Update soft-serve; nix flake update; disable password auth explicitly
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PasswordAuthentication = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user