disable password auth

This commit is contained in:
Till 2024-12-05 23:46:31 +01:00
parent 047e005308
commit 681791baf2

View file

@ -33,6 +33,7 @@
services = { services = {
ntp.enable = true; ntp.enable = true;
openssh.enable = true; openssh.enable = true;
openssh.settings.PasswordAuthentication = false;
}; };
system.stateVersion = "22.11"; system.stateVersion = "22.11";