5 lines
118 B
Nix
5 lines
118 B
Nix
{
|
|
sops.defaultSopsFile = ../../secrets/common.yaml;
|
|
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
|
}
|