diff options
-rw-r--r-- | sif/boot.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sif/boot.nix b/sif/boot.nix index 6dc5bb58..df8cacf9 100644 --- a/sif/boot.nix +++ b/sif/boot.nix | |||
@@ -7,8 +7,7 @@ | |||
7 | { name = "nvm0"; device = "/dev/disk/by-uuid/fe641e81-0812-4181-a5f6-382ebba509bb"; } | 7 | { name = "nvm0"; device = "/dev/disk/by-uuid/fe641e81-0812-4181-a5f6-382ebba509bb"; } |
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 | kernelModules = [ "dm-snapshot" "dm-integrity" "dm-raid" "xts" "aes_generic" "sha256" "nvme" ]; | 10 | availableKernelModules = [ "dm-snapshot" "dm-integrity" "dm-raid" "xts" "aes_generic" "sha256" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; |
11 | availableKernelModules = [ "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; | ||
12 | }; | 11 | }; |
13 | 12 | ||
14 | # Use the systemd-boot EFI boot loader. | 13 | # Use the systemd-boot EFI boot loader. |