nixos-config/modules/secrets/sops.nix

14 lines
173 B
Nix

{
sops-nix,
...
}:
{
imports = [
"${sops-nix}/modules/sops"
];
sops.age = {
sshKeyPaths = [
"/persistent/etc/ssh/ssh_host_ed25519_key"
];
};
}