persist /var/private globally
This commit is contained in:
parent
d348fb8032
commit
2e37cefe3e
2 changed files with 6 additions and 9 deletions
|
@ -14,6 +14,12 @@
|
|||
"/var/lib/nixos"
|
||||
"/var/lib/systemd/coredump"
|
||||
"/etc/NetworkManager/system-connections"
|
||||
|
||||
# Directories that require mode other than 0755
|
||||
{
|
||||
directory = "/var/lib/private";
|
||||
mode = "0700";
|
||||
}
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue