From cc79c5ad45b61525d764bddbbbda04c726f4e4b1 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 6 Jan 2024 14:08:26 +0100 Subject: [PATCH] Revert "Nextcloud: add HTTPS port" This reverts commit c9fbf0b50c819cd7ef9850ecd8df2ef79389076d. --- modules/nixos/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }