changed sops key generation

This commit is contained in:
Gerg-L 2023-03-08 21:16:55 -05:00
parent 1ae7fc1049
commit b9d740b9f0
2 changed files with 6 additions and 10 deletions

View file

@ -1,14 +1,9 @@
_: {
_: {lib, ...}: {
#enable ssh
programs = {
mtr.enable = true; #ping and traceroute
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
programs.mtr.enable = true; #ping and traceroute
services.openssh = {
enable = true;
hostKeys = lib.mkForce [];
settings = {
PermitRootLogin = "yes";
PasswordAuthentication = false;