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;
|
||||
};
|
||||
|
||||
headscale-database-password = {
|
||||
file = ./headscale/dbPassword.age;
|
||||
owner = "headscale";
|
||||
group = "headscale";
|
||||
};
|
||||
|
||||
headscale-acls = {
|
||||
file = ./headscale/acls.age;
|
||||
owner = "headscale";
|
||||
group = "headscale";
|
||||
};
|
||||
# headscale-database-password = {
|
||||
# file = ./headscale/dbPassword.age;
|
||||
# owner = "headscale";
|
||||
# group = "headscale";
|
||||
# };
|
||||
#
|
||||
# headscale-acls = {
|
||||
# file = ./headscale/acls.age;
|
||||
# owner = "headscale";
|
||||
# group = "headscale";
|
||||
# };
|
||||
|
||||
linkding-environment = {
|
||||
file = ./linkding/environment.age;
|
||||
|
|
|
@ -36,8 +36,6 @@ in
|
|||
../nixos/forgejo.nix
|
||||
(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; }))
|
||||
|
||||
../nixos/invidious.nix
|
||||
|
|
Loading…
Reference in a new issue