more sensible config and nvidia option didn't really work like that

This commit is contained in:
twoneis 2024-06-10 00:05:15 +02:00
parent 45a42eac96
commit ac23dd9251
9 changed files with 21 additions and 25 deletions

View file

@ -49,7 +49,10 @@
};
swapDevices = [ { device = "/swap/swapfile"; } ];
services.thermald.enable = true;
services = {
thermald.enable = true;
upower.enable = true;
};
hardware = {
enableRedistributableFirmware = true;