From 6a017c8e703fb235912cf90263b255e62d2a694c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:24:07 +0200 Subject: [PATCH] Update --- hosts/server/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/nextcloud.nix b/hosts/server/nextcloud.nix index 7bb4c9a..9cc567e 100644 --- a/hosts/server/nextcloud.nix +++ b/hosts/server/nextcloud.nix @@ -9,7 +9,7 @@ config.adminpassFile = "/etc/nextcloudpwd"; }; - networking.firewall.allowedTCPPorts = [ 80 443 8083 ]; + networking.firewall.allowedTCPPorts = [ 80 443 8083 8080 ]; services.nginx.virtualHosts.${config.services.nextcloud.hostName} = { forceSSL = false;