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(andhrimnir): nvidia options

neoxa 1f4da1d8 b665af3a

+1 -1
+1 -1
machines/nixos/andhrimnir/default.nix
··· 34 34 }; 35 35 services.xserver.videoDrivers = [ "nvidia" ]; 36 36 hardware.nvidia = { 37 - package = self.boot.kernelPackages.nvidiaPackages.latest; 37 + package = config.boot.kernelPackages.nvidiaPackages.latest; 38 38 modesetting.enable = true; 39 39 powerManagement.enable = false; 40 40 powerManagement.finegrained = false;