diff --git a/nixosModules/server/nextcloud.nix b/nixosModules/server/nextcloud.nix index 44d53cd..0176cef 100755 --- a/nixosModules/server/nextcloud.nix +++ b/nixosModules/server/nextcloud.nix @@ -118,7 +118,7 @@ in # }; onlyoffice = { enable = true; - hostname = "onlyoffice.local"; + hostname = "office.zeroq.ru"; port = 8999; package = stable.onlyoffice-documentserver; }; @@ -127,7 +127,7 @@ in networking.hosts = { "0.0.0.0" = [ - "onlyoffice.local" + "office.zeroq.ru" ]; # "127.0.0.1" = [ # "nextcloud.zeroq.ru" diff --git a/nixosModules/server/nginx.nix b/nixosModules/server/nginx.nix index bd6f50a..0a940e7 100755 --- a/nixosModules/server/nginx.nix +++ b/nixosModules/server/nginx.nix @@ -41,7 +41,7 @@ # } # ]; # }; - "onlyoffice.local" = { + "office.zeroq.ru" = { forceSSL = false; enableACME = false; listen = [