From 2a85359f92bf4a46f4f2af6961ccba05c248aff3 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 4 Aug 2024 01:26:47 +0200 Subject: [PATCH] tanker: disable headscale --- agenix/hosts/tanker/config.nix | 22 +++++++++++----------- system/hosts/tanker.nix | 2 -- 2 files changed, 11 insertions(+), 13 deletions(-) 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