more games, fix helix, bluetooth
This commit is contained in:
parent
a18f813eb3
commit
daa782bb53
4 changed files with 46 additions and 35 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue