Add missing semicolon

This commit is contained in:
hodasemi 2025-06-23 13:58:40 +02:00
parent e91f8be922
commit 60754fa4a0

View file

@ -25,7 +25,7 @@ in
networking.firewall = {
allowedTCPPortRanges = [
{ from = 8000; to = 8020 }
{ from = 8000; to = 8020; }
];
};