From 8f7371998f813857f25afef4160075665f924ab7 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 6 May 2023 18:55:06 +0300 Subject: 2023-05-06 --- nixosConfigurations/eonwe/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nixosConfigurations/eonwe') diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 2c53b64..5de3315 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -16,7 +16,7 @@ with lib; { games = { lutris.enable = true; - minecraft.client.enable = true; + # minecraft.client.enable = true; # FIXME Build fails. steam.enable = true; steam-run.quirks.crusaderKings3 = true; }; @@ -36,14 +36,12 @@ with lib; { burpsuite gzdoom kdenlive - nikto obs-studio openmw openttd radeontop vcmi whatweb - zap ]; programs = { @@ -104,6 +102,9 @@ with lib; { "clearcpuid=514" ]; + # https://wiki.archlinux.org/title/improving_performance#Watchdogs + blacklistedKernelModules = ["sp5100_tco"]; + # The boot drive is Samsung SSD 980 PRO 2TB. initrd.kernelModules = ["nvme"]; -- cgit v1.2.3