mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 20:00:42 +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
|
@ -44,6 +44,10 @@
|
|||
# Some people use /nix/persist/system for this, leaving persistent files in /nix subvolume
|
||||
# I much prefer using a standalone subvolume for this though.
|
||||
persistentMountPoint = "/persist";
|
||||
|
||||
extraDirectories = [
|
||||
"/var/log"
|
||||
];
|
||||
};
|
||||
|
||||
# Configure automatic root subvolume wiping on boot from initrd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue