mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 02:50:41 +00:00
Persist /var/log in voyager
This commit is contained in:
parent
ad1a4bae0c
commit
6a16de8d16
2 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,9 @@ in
|
|||
"/etc/nixos" # NixOS configuration source
|
||||
"/etc/NetworkManager/system-connections" # saved network connections
|
||||
"/var/db/sudo" # keeps track of who got the sudo lecture already
|
||||
# "/var/log" # I sometimes use a subvolume for this, added manually if not
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/systemd/coredump" # captured coredumps
|
||||
] ++ cfg.extraDirectories;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue