From fd208b469be8c66215d44250ea0ded10df78b145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 3 Mar 2026 21:25:46 +0100 Subject: [PATCH] gunter: remove nvidia modules from initrd Co-Authored-By: Claude Opus 4.6 --- hosts/gunter/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/gunter/configuration.nix b/hosts/gunter/configuration.nix index 01bacdf..c76ea1e 100644 --- a/hosts/gunter/configuration.nix +++ b/hosts/gunter/configuration.nix @@ -48,12 +48,6 @@ memtest86.enable = true; }; supportedFilesystems = [ "nfs" ]; - initrd.kernelModules = [ - "nvidia" - "nvidia_modeset" - "nvidia_uvm" - "nvidia_drm" - ]; }; # Networking stuff