diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-04-02 23:32:28 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-04-02 23:33:02 -0600 |
| commit | ee0b5f7edfe9fba65f9749f65377c4f519c7fc0a (patch) | |
| tree | 5531ffd8445c642e41f49bbc6333adbf252c1baf /sys/boot/impermanence.nix | |
| parent | 399da96059c2b7a8a3ca66896d069d1234f80294 (diff) | |
sys: prepare impermanence declarations in advance of [lustrated]'s transition
Diffstat (limited to '')
| -rw-r--r-- | sys/boot/impermanence.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/impermanence.nix b/sys/boot/impermanence.nix index 632094b..09aee09 100644 --- a/sys/boot/impermanence.nix +++ b/sys/boot/impermanence.nix @@ -27,7 +27,9 @@ in { local.boot.impermanence = { directories = [ "/etc/lvm" + "/var/lib/lastlog" "/var/lib/nixos" + "/var/lib/systemd" "/var/log" ]; |
