Nix flake update; disable password auth in SSH
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
{ ... }: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
security = {
|
||||
|
Reference in New Issue
Block a user