infra/puter/030-vm-nixos-neru/specific-aspect/sops.nix
2025-12-05 22:52:35 +07:00

9 lines
No EOL
147 B
Nix

{
den.aspects = {
neru = {
nixos = {
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
};
};
}