summaryrefslogtreecommitdiff
path: root/sif/boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif/boot.nix')
-rw-r--r--sif/boot.nix2
1 files changed, 2 insertions, 0 deletions
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 @@
11 kernelModules = [ "dm-raid" ]; 11 kernelModules = [ "dm-raid" ];
12 }; 12 };
13 13
14 blacklistedKernelModules = [ "nouveau" ];
15
14 # Use the systemd-boot EFI boot loader. 16 # Use the systemd-boot EFI boot loader.
15 loader = { 17 loader = {
16 systemd-boot.enable = true; 18 systemd-boot.enable = true;