[NixOS] Fix password authentication setting
This commit is contained in:
parent
b038d103fe
commit
afb50e97d3
@ -19,7 +19,7 @@
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
passwordAuthentication = false;
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user