tanker: disable headscale
This commit is contained in:
parent
78ed12e7a6
commit
2a85359f92
2 changed files with 11 additions and 13 deletions
|
@ -37,17 +37,17 @@
|
||||||
file = ./forgejo-actions/token.age;
|
file = ./forgejo-actions/token.age;
|
||||||
};
|
};
|
||||||
|
|
||||||
headscale-database-password = {
|
# headscale-database-password = {
|
||||||
file = ./headscale/dbPassword.age;
|
# file = ./headscale/dbPassword.age;
|
||||||
owner = "headscale";
|
# owner = "headscale";
|
||||||
group = "headscale";
|
# group = "headscale";
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
headscale-acls = {
|
# headscale-acls = {
|
||||||
file = ./headscale/acls.age;
|
# file = ./headscale/acls.age;
|
||||||
owner = "headscale";
|
# owner = "headscale";
|
||||||
group = "headscale";
|
# group = "headscale";
|
||||||
};
|
# };
|
||||||
|
|
||||||
linkding-environment = {
|
linkding-environment = {
|
||||||
file = ./linkding/environment.age;
|
file = ./linkding/environment.age;
|
||||||
|
|
|
@ -36,8 +36,6 @@ in
|
||||||
../nixos/forgejo.nix
|
../nixos/forgejo.nix
|
||||||
(import ../nixos/forgejo-runner.nix (args // { inherit secret; name = "tanker"; tag = "ubuntu-latest-amd64"; nixTag = "amd64"; }))
|
(import ../nixos/forgejo-runner.nix (args // { inherit secret; name = "tanker"; tag = "ubuntu-latest-amd64"; nixTag = "amd64"; }))
|
||||||
|
|
||||||
../nixos/headscale.nix
|
|
||||||
|
|
||||||
(import ../nixos/home-proxy.nix (args // { inherit secret; }))
|
(import ../nixos/home-proxy.nix (args // { inherit secret; }))
|
||||||
|
|
||||||
../nixos/invidious.nix
|
../nixos/invidious.nix
|
||||||
|
|
Loading…
Reference in a new issue