diff options
Diffstat (limited to 'sys/boot/stack/luks-ext4-fscrypt-impermanence.nix')
| -rw-r--r-- | sys/boot/stack/luks-ext4-fscrypt-impermanence.nix | 5 |
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"; + }; }; }; } |
