spinnan cubez and more

This commit is contained in:
notgne2 2022-06-01 03:38:40 -07:00
parent 35ebe2352d
commit 1cd9a121eb
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
3 changed files with 20 additions and 2 deletions

View file

@ -26,5 +26,9 @@ in
hardware.pulseaudio.enable = false;
services.power-profiles-daemon.enable = lib.mkDefault false;
# for KDE connect
networking.firewall.allowedTCPPortRanges = [ { from = 1714; to = 1764; } ];
networking.firewall.allowedUDPPortRanges = [ { from = 1714; to = 1764; } ];
};
}