Finally get rid of nvidia gpu

This commit is contained in:
SebastianStork 2024-12-11 18:34:12 +01:00
parent e78a8377e0
commit dd8d7a8b6e
3 changed files with 8 additions and 38 deletions

View file

@ -4,11 +4,10 @@
../common.nix
./hardware.nix
./disko.nix
./nvidia.nix
];
system.stateVersion = "23.11";
boot.kernelPackages = pkgs.linuxPackages_6_11;
boot.kernelPackages = pkgs.linuxPackages_latest;
myConfig = {
boot = {