forked from wurzel/fruitbasket
ssh: fix type
This commit is contained in:
parent
81ac3b4c0d
commit
5930da6bdf
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "yes";
|
PermitRootLogin = "yes";
|
||||||
PasswordAuthentication = "no";
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue