[NixOS] Move to more modern location of ssh password authentication setting
This commit is contained in:
parent
62867c34ef
commit
bf6c17bbbd
@ -18,6 +18,8 @@
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user