kilgharrah: enable fstrim and nvidia drivers
This commit is contained in:
parent
5e1cfc3997
commit
4f85fb54d8
|
@ -4,5 +4,9 @@
|
|||
hardware.enableAllFirmware = true;
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
services.fwupd.enable = true;
|
||||
services.fstrim.enable = true;
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.modesetting.enable = true; # this defaults to true from 24.11
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue