diff --git a/agenix/hosts/tanker/config.nix b/agenix/hosts/tanker/config.nix index 264d9af..40fd100 100644 --- a/agenix/hosts/tanker/config.nix +++ b/agenix/hosts/tanker/config.nix @@ -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; diff --git a/system/hosts/tanker.nix b/system/hosts/tanker.nix index 23b6ddc..8de54f1 100644 --- a/system/hosts/tanker.nix +++ b/system/hosts/tanker.nix @@ -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