8 lines
193 B
Nix
8 lines
193 B
Nix
{ inputs, ... }:
|
|
{
|
|
sops = {
|
|
defaultSopsFile = ../../../secrets/secrets.yaml;
|
|
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
|
secrets.password.neededForUsers = true;
|
|
};
|
|
}
|