From be07eb0e9376ee2700796a3774a8f6df701637bb Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 18 Aug 2024 15:10:54 +0200 Subject: [PATCH] adding sops module to hosts --- hosts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/default.nix b/hosts/default.nix index 67c19159..8751dc0e 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -61,8 +61,8 @@ }; } - # inputs.agenix.nixosModules.default inputs.chaotic.nixosModules.default + inputs.sops-nix.nixosModules.sops ]; }; adampad = nixosSystem { @@ -80,8 +80,8 @@ }; } - # inputs.agenix.nixosModules.default inputs.chaotic.nixosModules.default + inputs.sops-nix.nixosModules.sops ]; }; };