nixosConfigurations: astora: disable ssh password auth
This commit is contained in:
parent
f774b88df2
commit
2bf5a1e329
@ -66,6 +66,7 @@
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
startWhenNeeded = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
services.udev = {
|
||||
|
Loading…
Reference in New Issue
Block a user