This commit is contained in:
mjallen18
2025-11-17 16:33:43 -06:00
parent 108bb31e8e
commit c71c3b8ed2
3 changed files with 26 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ in
};
config = lib.mkIf cfg.enable {
#services.nginx.virtualHosts."office.mjallen.dev".listen = [ { addr = "0.0.0.0"; port = 9943; } ];
services.nginx.virtualHosts."office.mjallen.dev".listen = [ { addr = "0.0.0.0"; port = 9943; } ];
services.onlyoffice = {
enable = true;
port = 9943;