pantheon/systems/modules/security.nix
2025-03-27 02:49:54 +08:00

9 lines
218 B
Nix

{
sops = {
defaultSopsFile = ../../secrets/secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets.password.neededForUsers = true;
};
security.sudo.wheelNeedsPassword = false;
}