porcorosso: make /root a /persist/root symlink
This commit is contained in:
parent
6fa5192c43
commit
2043572a2b
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ in {
|
|||
};
|
||||
systemd.tmpfiles.rules = [
|
||||
#"L /etc/nixos - - - - /persist/etc/nixos"
|
||||
"L /root - - - - /persist/root"
|
||||
"d /var/lib/libvirt 0755 root - - -"
|
||||
];
|
||||
systemd.mounts = [{
|
||||
|
|
Loading…
Reference in a new issue