updates
This commit is contained in:
parent
02a2157733
commit
53e98beb2b
9 changed files with 130 additions and 195 deletions
|
@ -13,7 +13,9 @@
|
|||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
logLevel = "VERBOSE";
|
||||
settings.PermitRootLogin = "yes";
|
||||
settings = {
|
||||
LogLevel = "VERBOSE";
|
||||
PermitRootLogin = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue