mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 06:34:33 +01:00
add SPORE firewall config and some tools
This commit is contained in:
@@ -11,9 +11,11 @@
|
||||
enable = true;
|
||||
allowedTCPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
{ from = 3000; to = 3001; } # SPORE
|
||||
];
|
||||
allowedUDPPortRanges = [
|
||||
{ from = 1714; to = 1764; } # KDE Connect
|
||||
{ from = 4210; to = 4210; } # SPORE
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user