mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
9 lines
144 B
Nix
9 lines
144 B
Nix
{...}: {
|
|
sops = {
|
|
defaultSopsFile = ../secrets/ingress.yaml;
|
|
|
|
age.sshKeyPaths = [
|
|
"/etc/ssh/ssh_host_ed25519_key"
|
|
];
|
|
};
|
|
}
|