From b855318c55984a7ebd10f20a6c6c147e5ce23921 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:35:59 +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 a308f91..a32ce2e 100644 --- a/hosts/server/nextcloud.nix +++ b/hosts/server/nextcloud.nix @@ -9,7 +9,7 @@ config.adminpassFile = "/etc/nextcloudpwd"; }; - networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedTCPPorts = [ 80 443 8080 ]; services.nginx.virtualHosts."localhost".listen = [{ addr = "127.0.0.1";