Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(nanna): nvidia not being recognize with the new driver

Revert nvidia driver to legacy 580 because the 1050 is now legacy

cosmeak 33fe93d9 8cdc8980

+2 -1
+2 -1
modules/hosts/nanna/configuration.nix
··· 36 36 37 37 swapDevices = [ { device = "/dev/disk/by-uuid/136c0ad8-ffd0-4f9e-8bdf-6a9a445d2a55"; } ]; 38 38 39 - hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest; 39 + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_580; 40 + hardware.graphics.enable = true; 40 41 41 42 # Activate network configuration 42 43 networking.networkmanager.enable = true;