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

11 lines
No EOL
191 B
Nix

{
den.aspects = {
neru = {
nixos =
{ lib, pkgs, config, ... }:
{
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
};
};
};
}