Add missing semicolon
This commit is contained in:
parent
e91f8be922
commit
60754fa4a0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
|||
|
||||
networking.firewall = {
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 8000; to = 8020 }
|
||||
{ from = 8000; to = 8020; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue