diff --git a/home/modules/sops.nix b/home/modules/sops.nix index e4d153b..76c77aa 100644 --- a/home/modules/sops.nix +++ b/home/modules/sops.nix @@ -15,7 +15,7 @@ in { home.ensureDirs."${builtins.dirOf homeKeys}".mode = "0700"; sops = { - age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; + sops.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. }; }