sbc-deploys/modules/shared/default.nix

9 lines
169 B
Nix
Raw Normal View History

{
services.openssh.settings.PasswordAuthentication = false;
sops = {
age.keyFile = "/home/asonix/.config/sops/age/keys.txt";
age.generateKey = true;
};
}