This commit is contained in:
mjallen18
2026-04-05 13:48:41 -05:00
parent f111b1c725
commit 10b906a27c
3 changed files with 8 additions and 16 deletions

View File

@@ -57,7 +57,6 @@ in
nixpkgs.crossSystem.system = "aarch64-linux";
environment = {
etc."clevis/disk.jwe".source = ./disk.jwe;
systemPackages = with pkgsVersion; [
edk2-uefi-shell
];

View File

@@ -18,7 +18,7 @@ in
clevis = {
enable = lib.mkForce true;
devices = {
"/dev/disk/by-uuid/2b7e2033-2bcc-4fff-b248-833289f07f3d".secretFile = ../../../secrets/hdd.jwe; # config.sops.secrets."disk-key".path;
"/dev/disk/by-uuid/6ec88702-d536-494c-bdfd-3cc5c8cdc505".secretFile = ../../../secrets/hdd.jwe; # config.sops.secrets."disk-key".path;
};
};
};
@@ -33,7 +33,7 @@ in
++ defaultLocalOptions;
};
"/media/matt/slow" = {
device = "/dev/disk/by-uuid/2b7e2033-2bcc-4fff-b248-833289f07f3d";
device = "/dev/disk/by-uuid/6ec88702-d536-494c-bdfd-3cc5c8cdc505";
fsType = "bcachefs";
options = [
"noatime"