diff --git a/hosts/default.nix b/hosts/default.nix index f793b0f..286c441 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -40,6 +40,9 @@ in { }; imports = lib.flatten [ ./kidney + (rootPaths [ + "secrets" # tailscale auth mainly + ]) (modulePaths [ "core/tools.nix" "network/tailscale.nix"