This commit is contained in:
2025-09-09 01:06:46 +00:00
parent bf70c50b80
commit 44b17502a0
2 changed files with 18 additions and 11 deletions

View File

@@ -15,8 +15,9 @@ in
plymouth.enable = lib.mkForce false;
initrd = {
supportedFilesystems = [ "bcachefs" ];
clevis = {
enable = true;
enable = false;
devices = {
"/dev/disk/by-label/nas_pool".secretFile = config.sops.secrets."jallen-nas/nas_pool".path;
};