aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-30 18:42:48 +0200
committerSoispha <soispha@vhack.eu>2023-08-30 18:47:35 +0200
commitdf405e65c524df4dae50865ad8bb20092cb27a1a (patch)
tree259ee60d82d219c388894faf28b5e1bcd26b089d /sys
parentFix(sys/impermanence): Add `/var/lib/bluetooth` to saved path (diff)
downloadnixos-config-df405e65c524df4dae50865ad8bb20092cb27a1a.zip
Fix(sys/impermanence): Add `/var/lib/systemd` to saved paths
Diffstat (limited to 'sys')
-rw-r--r--sys/impermanence/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/impermanence/default.nix b/sys/impermanence/default.nix
index 505fbb6b..e1eb6f7c 100644
--- a/sys/impermanence/default.nix
+++ b/sys/impermanence/default.nix
@@ -8,9 +8,9 @@
[
"/etc/nixos"
"/var/log"
+ "/var/lib/systemd"
# TODO: the following entries need to be checked
#"/var/lib/nixos"
- #"/var/lib/systemd/coredump"
]
++ lib.optional config.networking.networkmanager.enable "/etc/NetworkManager"
++ lib.optional config.boot.lanzaboote.enable "/etc/secureboot"