Revert back to range
This commit is contained in:
parent
27178a0865
commit
5c3abd9851
1 changed files with 3 additions and 4 deletions
|
@ -24,10 +24,9 @@ in
|
|||
];
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 8000 8001 8002 8003 ];
|
||||
# allowedTCPPortRanges = [
|
||||
# { from = 8000; to = 8020; }
|
||||
# ];
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 8000; to = 8020; }
|
||||
];
|
||||
};
|
||||
|
||||
sops = {
|
||||
|
|
Loading…
Reference in a new issue