This commit is contained in:
Hadi 2024-06-08 02:24:07 +02:00
parent e33ab5a6e1
commit 6a017c8e70

View File

@ -9,7 +9,7 @@
config.adminpassFile = "/etc/nextcloudpwd";
};
networking.firewall.allowedTCPPorts = [ 80 443 8083 ];
networking.firewall.allowedTCPPorts = [ 80 443 8083 8080 ];
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = false;