mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Fix nvidia issues on north
This commit is contained in:
parent
ece7731cc7
commit
d10a4d45e1
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||
|
||||
myConfig = {
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue