summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index c34e5f9e..c92e57cc 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -25,7 +25,8 @@
25 25
26 initrd = { 26 initrd = {
27 supportedFilesystems = [ "zfs" ]; 27 supportedFilesystems = [ "zfs" ];
28 kernelModules = [ "dm_raid" ]; 28 availableKernelModules = [ "drbg" "nvme" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
29 kernelModules = [ "dm-raid" "dm-integrity" "dm-snapshot" "dm-thin-pool" ];
29 30
30 luks.devices = { 31 luks.devices = {
31 nvm0.device = "/dev/disk/by-label/${hostName}-nvm0"; 32 nvm0.device = "/dev/disk/by-label/${hostName}-nvm0";