chore: cleanup config, change kernel and nvidia drivers to it build properly again

This commit is contained in:
Christoph Hollizeck 2025-01-26 16:09:00 +01:00
parent 15ba1d4b7a
commit 1eaf6dce2b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
5 changed files with 4 additions and 7 deletions

View file

@ -28,7 +28,7 @@ in
powerManagement.enable = true;
open = false;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.beta; # stable, beta
package = config.boot.kernelPackages.nvidiaPackages.latest; # stable, beta
};
services.xserver.videoDrivers = [ "nvidia" ];