From f2b659add1369d7f55d113c139cfbdf2e7723cf7 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:43:28 +0200 Subject: [PATCH] Update --- hosts/modules/server/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index 2e1b3f3..7fc989d 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -1,6 +1,6 @@ { inputs, ... }: { - imports = [ inputs.sops-nix.nixosModule ]; + imports = [ inputs.sops-nix.nixosModule.sops ]; sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt";