ssh: fix type
This commit is contained in:
parent
81ac3b4c0d
commit
5930da6bdf
|
@ -33,7 +33,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";
|
||||
PasswordAuthentication = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
programs.mosh.enable = true;
|
||||
|
|
Loading…
Reference in a new issue