Compare commits

..

1 Commits

Author SHA1 Message Date
90dc514a46 setting up cleves for muninn 2024-11-16 13:28:36 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
"captivedetect",
"cgroupdriver",
"charliermarsh",
"cleves",
"cloudflared",
"codezombiech",
"compactmode",

View File

@@ -12,13 +12,15 @@
"usb_storage"
"sd_mod"
];
clevis = {
enable = true;
devices."luks-root-pool-nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2".secretFile = /root/key.jwe;
};
kernelModules = [ ];
luks.devices."luks-root-pool-nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2" = {
device = "/dev/disk/by-id/nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2";
bypassWorkqueues = true;
allowDiscards = true;
keyFileSize = 4096;
keyFile = "/dev/disk/by-id/usb-SanDisk_Ultra_T_C_4C530001020919102244-0:0";
};
};
kernelModules = [ "kvm-intel" ];