ude: allow port 80 lmao

This commit is contained in:
Nikodem Rabuliński 2024-01-13 00:39:47 +01:00
parent 59fabc1032
commit 54059f106e
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
3 changed files with 7 additions and 2 deletions

View file

@ -33,5 +33,6 @@
include /impure/nginx/*.conf;
'';
};
networking.firewall.allowedTCPPorts = [80];
};
}