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";