Revert "Nextcloud: add HTTPS port"

This reverts commit c9fbf0b50c.
This commit is contained in:
Filippo Berto 2024-01-06 14:08:26 +01:00
parent c9fbf0b50c
commit cc79c5ad45
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -38,5 +38,5 @@
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 ];
}