diff --git a/hosts/nextcloud/configuration.nix b/hosts/nextcloud/configuration.nix index da63943..737eeae 100644 --- a/hosts/nextcloud/configuration.nix +++ b/hosts/nextcloud/configuration.nix @@ -9,7 +9,7 @@ hostName = "nextcloud"; firewall = { enable = true; - allowedTCPPorts = [ 80 443 8443 ]; + allowedTCPPorts = [ 8443 ]; }; };