Update soft-serve; nix flake update; disable password auth explicitly

This commit is contained in:
2024-10-12 15:28:33 -05:00
parent 83e4dd2ea7
commit ecfc60b2bb
3 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
PasswordAuthentication = true;
};
};