mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
nixos/openssh: don't allow pasword authentication
This commit is contained in:
parent
47d1432434
commit
e0bc6db06a
|
@ -91,6 +91,7 @@
|
|||
openssh = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
printing.enable = true;
|
||||
|
|
Loading…
Reference in a new issue