sops: fix key path for darwin

This commit is contained in:
Trolli Schmittlauch 2026-04-06 22:36:50 +02:00
parent 281ca7ed03
commit 22ced0b1e3
2 changed files with 32 additions and 7 deletions

View file

@ -6,7 +6,7 @@
}:
{
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
age.keyFile = "/Users/os/Library/Application Support/sops/age/keys.txt";
defaultSopsFile = lib.mkDefault ./secrets.yaml;
defaultSopsFormat = "yaml"; # is the default. ini had some template rendering issues in practice
};