This commit is contained in:
RingOfStorms (Josh) 2024-08-05 15:29:00 -05:00
parent 02a2157733
commit 53e98beb2b
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";
};
};
}