summaryrefslogtreecommitdiff
path: root/sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-12-28 20:49:18 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-12-28 20:49:18 +0100
commit5e008980cf6f197e119a6703a567a50edacb0959 (patch)
treeaefad69e979438200998805923e10fa57c259e47 /sif
parentb466f1a2f84309658475d8fafe353b91063944bb (diff)
downloadnixos-5e008980cf6f197e119a6703a567a50edacb0959.tar
nixos-5e008980cf6f197e119a6703a567a50edacb0959.tar.gz
nixos-5e008980cf6f197e119a6703a567a50edacb0959.tar.bz2
nixos-5e008980cf6f197e119a6703a567a50edacb0959.tar.xz
nixos-5e008980cf6f197e119a6703a567a50edacb0959.zip
...
Diffstat (limited to 'sif')
-rw-r--r--sif/boot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sif/boot.nix b/sif/boot.nix
index aa8a29e5..3902b389 100644
--- a/sif/boot.nix
+++ b/sif/boot.nix
@@ -7,7 +7,7 @@
7 nvm0.device = "/dev/disk/by-uuid/fe641e81-0812-4181-a5f6-382ebba509bb"; 7 nvm0.device = "/dev/disk/by-uuid/fe641e81-0812-4181-a5f6-382ebba509bb";
8 nvm1.device = "/dev/disk/by-uuid/43df1ba8-1728-4193-8855-920a82d4494a"; 8 nvm1.device = "/dev/disk/by-uuid/43df1ba8-1728-4193-8855-920a82d4494a";
9 }; 9 };
10 luks.cryptoModules = [ "authenc" "ccm" "cmac" ]; 10 luks.cryptoModules = config.boot.initrd.luks.cryptoModules.default ++ [ "authenc" "ccm" "cmac" ];
11 availableKernelModules = [ "drbg" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; 11 availableKernelModules = [ "drbg" "nvme" "fbcon" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
12 kernelModules = [ "dm-raid" "dm-integrity" "dm-snapshot" ]; 12 kernelModules = [ "dm-raid" "dm-integrity" "dm-snapshot" ];
13 }; 13 };