pinwheel: Open port 8080 for local development

This commit is contained in:
Alexander Heldt
2024-01-08 09:35:30 +01:00
parent cee53eb5df
commit 6eec484727

View File

@@ -21,6 +21,11 @@
networking = { networking = {
hostName = "pinwheel"; hostName = "pinwheel";
# For local development
firewall = {
allowedTCPPorts = [ 8080 ];
};
nameservers = [ nameservers = [
"1.1.1.1#one.one.one.one" "1.1.1.1#one.one.one.one"
"1.0.0.1#one.one.one.one" "1.0.0.1#one.one.one.one"