diff --git a/modules/sops.nix b/modules/sops.nix index 31318d2..45c63d5 100644 --- a/modules/sops.nix +++ b/modules/sops.nix @@ -1,7 +1,4 @@ -{ - config, - ... -}: { +{config, ...}: { sops = { defaultSopsFile = ../secrets/secrets.yaml; age.keyFile = "/home/notoh/.config/sops/age/keys.txt";