porani: open firewall
This commit is contained in:
parent
e27e76e316
commit
b315d15026
1 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# allow everybody in the net to access the wifi
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [ 8080 ];
|
||||||
|
allowedUDPPorts = [ 8080 ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue