mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Switch to stable nvidia driver
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
hardware.nvidia.modesetting.enable = true;
|
hardware.nvidia.modesetting.enable = true;
|
||||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470;
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
|
|
||||||
networking.hostName = "hephaestus";
|
networking.hostName = "hephaestus";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user