mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 14:01:29 +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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -74,6 +74,8 @@ in
|
||||
uv
|
||||
portaudio
|
||||
python312Packages.pyaudio
|
||||
hwinfo
|
||||
usbutils
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user