pinwheel: Open port 8080 for local development
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
networking = {
|
||||
hostName = "pinwheel";
|
||||
|
||||
# For local development
|
||||
firewall = {
|
||||
allowedTCPPorts = [ 8080 ];
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
"1.1.1.1#one.one.one.one"
|
||||
"1.0.0.1#one.one.one.one"
|
||||
|
||||
Reference in New Issue
Block a user