nixos/nvidia: update driver

This commit is contained in:
Wroclaw 2024-12-22 16:37:52 +01:00
parent c6abe0f8d6
commit 492255e4e0
2 changed files with 7 additions and 16 deletions

View file

@ -29,8 +29,7 @@ in
];
# kernel
# FIXME: current cosmic-greeter (2024-12-02) fails to start with kernel 6.12
boot.kernelPackages = pkgs.linuxPackages_6_11;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Enable networking
networking.networkmanager.enable = true;