fix: remove intel from services.xserver.videoDrivers due to deprecation in 24.11

This commit is contained in:
Anton Tetov
2025-01-06 20:29:40 +00:00
committed by mergify[bot]
parent 7c674c6734
commit a2861aa696
3 changed files with 0 additions and 5 deletions

View File

@@ -9,6 +9,4 @@
# touchpad goes over i2c
boot.blacklistedKernelModules = [ "psmouse" ];
services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
}

View File

@@ -16,6 +16,4 @@
"i8042.dumbkbd=1"
"i8042.nopnp=1"
];
services.xserver.videoDrivers = lib.mkDefault [ "intel" ];
}