setting up cleves for muninn

This commit is contained in:
2024-11-16 13:28:36 -05:00
parent f004c7fc25
commit 90dc514a46
2 changed files with 5 additions and 0 deletions

View File

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

View File

@@ -12,6 +12,10 @@
"usb_storage" "usb_storage"
"sd_mod" "sd_mod"
]; ];
clevis = {
enable = true;
devices."luks-root-pool-nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2".secretFile = /root/key.jwe;
};
kernelModules = [ ]; kernelModules = [ ];
luks.devices."luks-root-pool-nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2" = { luks.devices."luks-root-pool-nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2" = {
device = "/dev/disk/by-id/nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2"; device = "/dev/disk/by-id/nvme-INTEL_SSDPEKKW256G7_BTPY63820XBH256D-part2";