more games, fix helix, bluetooth

This commit is contained in:
tristan 2023-06-28 08:39:18 +01:00
parent a18f813eb3
commit daa782bb53
4 changed files with 46 additions and 35 deletions

View file

@ -41,7 +41,7 @@
# kde connect
networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
networking.firewall.interfaces.tailscale0 = {
allowedTCPPortRanges = [{ from = 0; to = 65535; }];
};
@ -64,7 +64,6 @@
};
};
i18n.defaultLocale = "en_GB.UTF-8";
services.xserver = {
@ -167,5 +166,8 @@
services.tlp.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}