feat: do not enable sudo-rs or openssh
This commit is contained in:
parent
b0ae305845
commit
8fc81d6578
1 changed files with 1 additions and 9 deletions
|
|
@ -69,14 +69,6 @@ in
|
|||
memoryPercent = 100;
|
||||
};
|
||||
|
||||
security.sudo-rs.enable = lib.mkDefault true;
|
||||
|
||||
services.openssh = {
|
||||
enable = lib.mkDefault true;
|
||||
|
||||
# only accept key authentication, for security
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
services.openssh.settings.PasswordAuthentication = false;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue