This commit is contained in:
Hadi 2024-06-07 23:35:59 +02:00
parent ca8abfde1c
commit b855318c55

View File

@ -9,7 +9,7 @@
config.adminpassFile = "/etc/nextcloudpwd";
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 8080 ];
services.nginx.virtualHosts."localhost".listen = [{
addr = "127.0.0.1";