From ce81d0c1ae1e61c953c62f3fd7d34a55f5c776c0 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 20 Sep 2025 21:31:04 +0300 Subject: [PATCH] 123 --- nixosModules/server/nextcloud.nix | 4 ++-- nixosModules/server/nginx.nix | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/nixosModules/server/nextcloud.nix b/nixosModules/server/nextcloud.nix index cd0cdc5..6351c9e 100755 --- a/nixosModules/server/nextcloud.nix +++ b/nixosModules/server/nextcloud.nix @@ -109,8 +109,8 @@ # }; onlyoffice = { enable = true; - hostname = "localhost"; - port = 8890; + hostname = "collabora.zeroq.ru"; + port = 8000; }; #rabbitmq.enable = false; }; diff --git a/nixosModules/server/nginx.nix b/nixosModules/server/nginx.nix index a0f19a4..e88fd60 100755 --- a/nixosModules/server/nginx.nix +++ b/nixosModules/server/nginx.nix @@ -27,14 +27,6 @@ } ]; }; - "localhost:8890" = { - listen = [ - { - addr = "127.0.0.1"; - port = 8080; - } - ]; - }; "localhost:8000" = { forceSSL = false; enableACME = false; @@ -47,10 +39,6 @@ addr = "192.168.1.20"; port = 8890; } - { - addr = "127.0.0.1"; - port = 8890; - } ]; }; # "localhost:9980" = {