forked from colonelpanic/dotfiles
[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 = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordAuthentication = false;
|
settings = {
|
||||||
|
passwordAuthentication = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user