diff --git a/home/modules/sops.nix b/home/modules/sops.nix index 76c77aa..e4d153b 100644 --- a/home/modules/sops.nix +++ b/home/modules/sops.nix @@ -15,7 +15,7 @@ in { home.ensureDirs."${builtins.dirOf homeKeys}".mode = "0700"; sops = { - sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; # deliberately not setting `defaultSopsFile` because there is no clear file-hostname-mapping. Each separate home config has to configure this explicitly. }; }