infra/puter/030-vm-nixos-neru/specific-aspect/sops.nix

9 lines
147 B
Nix
Raw Normal View History

2025-12-05 22:42:21 +07:00
{
den.aspects = {
neru = {
2025-12-05 22:52:35 +07:00
nixos = {
2025-12-05 22:42:21 +07:00
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
};
};
}