From 45ec0396b4d56798f39254e9ef31b9c144e681fd Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 5 Apr 2025 12:31:44 +0200 Subject: add crypto modules to initrd --- nixos/hosts/icetea-dispenser/hardware-configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/hosts/icetea-dispenser') diff --git a/nixos/hosts/icetea-dispenser/hardware-configuration.nix b/nixos/hosts/icetea-dispenser/hardware-configuration.nix index bab6718..7ae80aa 100644 --- a/nixos/hosts/icetea-dispenser/hardware-configuration.nix +++ b/nixos/hosts/icetea-dispenser/hardware-configuration.nix @@ -9,7 +9,7 @@ ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ]; - boot.initrd.kernelModules = [ ]; + boot.initrd.kernelModules = [ "aesni_intel" "cryptd" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; boot.supportedFilesystems = [ "ntfs" "btrfs" "vfat" ]; @@ -70,7 +70,6 @@ menuentry 'UEFI Firmware' $menuentry_id_option 'uefi-firmware' { swapDevices = [ { device = "/dev/disk/by-uuid/f1dfc6a1-55f3-4148-9f1d-2a998c3b3168"; } - { device = "/dev/disk/by-uuid/003a819a-e06e-45df-bef6-b3702c2ddb48"; } ]; # Thunderbolt -- cgit v1.3.1