From 94cb2758e62754e035af10d7fb5a4cedf024b04b Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:40:01 +0200 Subject: [PATCH] Update --- hosts/modules/server/sops.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/modules/server/sops.nix b/hosts/modules/server/sops.nix index f46cce6..70720c9 100644 --- a/hosts/modules/server/sops.nix +++ b/hosts/modules/server/sops.nix @@ -1,6 +1,6 @@ -{ test-nix, ... }: { +{ pkgs, inputs, config, ... }: { - imports = [ test-nix.nixosModules.sops ]; + imports = [ inputs.sops-nix.nixosModules.sops ]; sops = { age.keyFile = "/home/hadi/.config/sops/age/keys.txt";