gunter: remove nvidia modules from initrd
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m44s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 21:25:46 +01:00
parent ce1e4fc689
commit fd208b469b

View File

@@ -48,12 +48,6 @@
memtest86.enable = true;
};
supportedFilesystems = [ "nfs" ];
initrd.kernelModules = [
"nvidia"
"nvidia_modeset"
"nvidia_uvm"
"nvidia_drm"
];
};
# Networking stuff