This commit is contained in:
RingOfStorms (Josh) 2024-08-05 15:29:00 -05:00
parent 3ea05ca3a0
commit 5e464c6434
9 changed files with 130 additions and 195 deletions

View file

@ -13,7 +13,9 @@
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;
logLevel = "VERBOSE";
settings.PermitRootLogin = "yes";
settings = {
LogLevel = "VERBOSE";
PermitRootLogin = "yes";
};
};
}