From 0353e1941d4f1bcfd624d28d38164a148d20be04 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Thu, 22 Aug 2024 18:28:08 +0200 Subject: [PATCH] use sops with kidney --- hosts/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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"