diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-11-10 21:10:31 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-11-10 21:10:31 +0100 |
commit | e06d85043caa3b9b66754f199f6ef5a6425c9e2b (patch) | |
tree | 11c88f8e5fd3f69657f5275106044756bcd59c0c /sif/boot.nix | |
parent | e2f5b9e908818b0e0c7fe56cc3acd4cb65938deb (diff) | |
download | nixos-e06d85043caa3b9b66754f199f6ef5a6425c9e2b.tar nixos-e06d85043caa3b9b66754f199f6ef5a6425c9e2b.tar.gz nixos-e06d85043caa3b9b66754f199f6ef5a6425c9e2b.tar.bz2 nixos-e06d85043caa3b9b66754f199f6ef5a6425c9e2b.tar.xz nixos-e06d85043caa3b9b66754f199f6ef5a6425c9e2b.zip |
....
Diffstat (limited to 'sif/boot.nix')
-rw-r--r-- | sif/boot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sif/boot.nix b/sif/boot.nix index df8cacf9..fde01670 100644 --- a/sif/boot.nix +++ b/sif/boot.nix | |||
@@ -7,7 +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 | availableKernelModules = [ "dm-snapshot" "dm-integrity" "dm-raid" "xts" "aes_generic" "sha256" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; | 10 | availableKernelModules = [ "dm-snapshot" "dm-integrity" "dm-raid" "drbg" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; |
11 | }; | 11 | }; |
12 | 12 | ||
13 | # Use the systemd-boot EFI boot loader. | 13 | # Use the systemd-boot EFI boot loader. |