diff --git a/modules/nixos/nextcloud.nix b/modules/nixos/nextcloud.nix index 541e7e4..2d6a6f7 100644 --- a/modules/nixos/nextcloud.nix +++ b/modules/nixos/nextcloud.nix @@ -38,5 +38,5 @@ }; }; - networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedTCPPorts = [ 80 ]; }