formatting, warning fixes
This commit is contained in:
@@ -16,7 +16,12 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user