Nextcloud: add HTTPS port

This commit is contained in:
Filippo Berto 2024-01-06 14:04:53 +01:00
parent 5ddf725c47
commit c9fbf0b50c
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

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