diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-04-04 00:20:22 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-04-04 00:20:22 -0600 |
| commit | b3fb6115eb270dafec595e737c6b28bd93f463f4 (patch) | |
| tree | 9a869a6f24e135f2068940447a9a4149d09ac176 /sys/boot | |
| parent | 03a1f84f0a09e1f764e1f0ce1883a867ff04f6a2 (diff) | |
sys/baseline: remove /var/lib/dhparams from persistence list
Diffstat (limited to '')
| -rw-r--r-- | sys/boot/impermanence.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/impermanence.nix b/sys/boot/impermanence.nix index bdf6a90..857915c 100644 --- a/sys/boot/impermanence.nix +++ b/sys/boot/impermanence.nix @@ -59,6 +59,12 @@ in { "/etc/subuid" "/etc/subgid" ]; + + trust = { + directories = [ + "/var/trust" + ]; + }; }; } (mkIf cfg.enable { |
