open firewall
This commit is contained in:
parent
25b702bee9
commit
830c1f6905
1 changed files with 9 additions and 1 deletions
|
|
@ -57,7 +57,15 @@
|
||||||
systemd.services.NetworkManager-wait-online.enable = false;
|
systemd.services.NetworkManager-wait-online.enable = false;
|
||||||
|
|
||||||
# Firewall
|
# Firewall
|
||||||
networking.firewall.enable = true;
|
networking.firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPorts = [
|
||||||
|
9002 # Actual
|
||||||
|
];
|
||||||
|
allowedUDPPorts = [
|
||||||
|
9002 # Actual
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# My user account
|
# My user account
|
||||||
users.users.dennis = {
|
users.users.dennis = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue