From b9db9fe232e39335aedb769760cc5b80e7d5cd8b Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 22 Aug 2024 18:56:44 +0200 Subject: [PATCH] disable tailscale/sops on kidney --- hosts/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/default.nix b/hosts/default.nix index 286c441..6ba373a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -40,12 +40,8 @@ in { }; imports = lib.flatten [ ./kidney - (rootPaths [ - "secrets" # tailscale auth mainly - ]) (modulePaths [ "core/tools.nix" - "network/tailscale.nix" "programs/tools.nix"