summaryrefslogtreecommitdiff
path: root/sys/boot/stack
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-04-03 19:31:34 -0600
committerAlejandro Soto <alejandro@34project.org>2026-04-03 19:37:30 -0600
commit11bc7eb4378a8672861a5deec97826ba3294af59 (patch)
treec5a1d71d2ca0fb6490a93252c26bcf0e86216f93 /sys/boot/stack
parent0b64cdb680f8f8418f1faf7258e1c5c497069e1a (diff)
sys/boot: impermanence: add support for an independent 'trust' persistent storage
Diffstat (limited to '')
-rw-r--r--sys/boot/stack/luks-ext4-fscrypt-impermanence.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/stack/luks-ext4-fscrypt-impermanence.nix b/sys/boot/stack/luks-ext4-fscrypt-impermanence.nix
index a057aa0..5b19242 100644
--- a/sys/boot/stack/luks-ext4-fscrypt-impermanence.nix
+++ b/sys/boot/stack/luks-ext4-fscrypt-impermanence.nix
@@ -104,7 +104,10 @@ in {
local.boot = {
fscrypt.enable = true;
- impermanence.enable = true;
+ impermanence = {
+ enable = true;
+ trust.path = "/toplevel/trust";
+ };
};
};
}