From fadab4e5c3488fd4552860ed50885d5acb5e635d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 8 Feb 2020 22:41:01 +0100 Subject: ... --- sif/boot.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sif') diff --git a/sif/boot.nix b/sif/boot.nix index 1a6155b3..d903b16f 100644 --- a/sif/boot.nix +++ b/sif/boot.nix @@ -11,6 +11,8 @@ kernelModules = [ "dm-raid" ]; }; + blacklistedKernelModules = [ "nouveau" ]; + # Use the systemd-boot EFI boot loader. loader = { systemd-boot.enable = true; -- cgit v1.2.3