add SPORE firewall config and some tools

This commit is contained in:
2025-09-04 12:27:00 +02:00
parent b7b0322ae1
commit 30888639c2
2 changed files with 4 additions and 0 deletions

View File

@@ -11,9 +11,11 @@
enable = true; enable = true;
allowedTCPPortRanges = [ allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect { from = 1714; to = 1764; } # KDE Connect
{ from = 3000; to = 3001; } # SPORE
]; ];
allowedUDPPortRanges = [ allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect { from = 1714; to = 1764; } # KDE Connect
{ from = 4210; to = 4210; } # SPORE
]; ];
}; };
}; };

View File

@@ -74,6 +74,8 @@ in
uv uv
portaudio portaudio
python312Packages.pyaudio python312Packages.pyaudio
hwinfo
usbutils
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [