Fix firewall rules
This commit is contained in:
parent
8962988960
commit
1a292b4f41
2 changed files with 3 additions and 0 deletions
|
@ -12,4 +12,6 @@
|
|||
system.stateVersion = "21.11";
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 53 ];
|
||||
networking.firewall.allowedUDPPorts = [ 53 ];
|
||||
}
|
||||
|
|
|
@ -17,4 +17,5 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
networking.firewall.allowedUDPPorts = [ 51820 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue