Skip to content

Commit c3cc8c8

Browse files
committed
use cloudflare timeservers, perf tweaks
1 parent 268f8fb commit c3cc8c8

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

desktop/configuration/networking.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ _:
22

33
{
44
networking = {
5+
timeServers = [
6+
"time.cloudflare.com"
7+
"time.google.com"
8+
"0.ca.pool.ntp.org"
9+
];
510
hostName = "nixos-desktop";
611
firewall.allowedTCPPorts = [
712
25575 # RCON port

desktop/configuration/programs.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
};
1818
gamescope = {
1919
enable = true;
20+
capSysNice = true;
2021
};
2122
gamemode = {
2223
enable = true;

modules/users/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"uinput"
1616
"wireshark"
1717
"pipewire"
18+
"gamemode"
1819
];
1920
hashedPassword = "$6$TIP8YR83obmkq8T2$T3lYdPbPj9wysMznNlS5J0qHo2eyTr43aF/ZWSMWHdNRob4dkBB0s3KpBLUgYRTyPZxbb1ZgeqCrrx.DEEkQX1";
2021
packages = [ ];

0 commit comments

Comments
 (0)