This commit is contained in:
Reid 2024-05-02 17:49:16 -07:00
parent 5f5c70958e
commit be10c5e749
2 changed files with 3 additions and 7 deletions

View file

@ -21,6 +21,9 @@
efi.canTouchEfiVariables = true;
};
# thermald proactively prevents overheating on intel CPUs and works well with other tools
services.thermald.enable = true;
# nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];