add low latency pipewire options

This commit is contained in:
notgne2 2022-05-15 04:52:02 -07:00
parent 4b500953fd
commit b68cd0541f
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
3 changed files with 193 additions and 48 deletions

View file

@ -100,6 +100,7 @@
# Use a firewall
networking.firewall.enable = lib.mkDefault true;
networking.firewall.allowPing = true;
networking.firewall.allowedTCPPorts = lib.mkDefault [ 22 ];
programs.fish.enable = lib.mkDefault true;