homelab/modules/secrets.nix
2026-05-22 13:45:40 +09:00

9 lines
144 B
Nix

{...}: {
sops = {
defaultSopsFile = ../secrets/ingress.yaml;
age.sshKeyPaths = [
"/etc/ssh/ssh_host_ed25519_key"
];
};
}