hosts: rearrange modules a bit

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-05-27 19:33:11 +05:30
parent ed71d6459c
commit 856d49ee10
19 changed files with 299 additions and 381 deletions

View File

@@ -7,7 +7,7 @@ in
cron.enable = true;
openssh = {
enable = true;
permitRootLogin = "yes";
settings.PermitRootLogin = "yes";
ports = [ 22 22002 ];
};
nginx = {