diff --git a/machines/homepc/hardware-configuration.nix b/machines/homepc/hardware-configuration.nix index f9af47d..9e5ccbb 100644 --- a/machines/homepc/hardware-configuration.nix +++ b/machines/homepc/hardware-configuration.nix @@ -35,5 +35,7 @@ hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; # Fine since it's not a laptop. + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; + system.stateVersion = "24.11"; # No touchy }