summaryrefslogtreecommitdiff
path: root/sif/boot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sif/boot.nix')
-rw-r--r--sif/boot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sif/boot.nix b/sif/boot.nix
index 2e250b4b..94932754 100644
--- a/sif/boot.nix
+++ b/sif/boot.nix
@@ -8,6 +8,7 @@
8 { name = "nvm1"; device = "/dev/disk/by-uuid/43df1ba8-1728-4193-8855-920a82d4494a"; } 8 { name = "nvm1"; device = "/dev/disk/by-uuid/43df1ba8-1728-4193-8855-920a82d4494a"; }
9 ]; 9 ];
10 availableKernelModules = [ "dm-snapshot" "dm-integrity" "dm-raid" "drbg" "authenc" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; 10 availableKernelModules = [ "dm-snapshot" "dm-integrity" "dm-raid" "drbg" "authenc" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
11 kernelModules = [ "dm-raid" ];
11 }; 12 };
12 13
13 # Use the systemd-boot EFI boot loader. 14 # Use the systemd-boot EFI boot loader.