enable openssh
This commit is contained in:
parent
94172cfb81
commit
a6a023ffe3
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{...}: {
|
||||
services.openssh.enable = true;
|
||||
services.openssh.settings = {
|
||||
PermitRootLogin = true;
|
||||
PasswordAuthentication = false;
|
||||
|
|
Loading…
Reference in a new issue