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 = [
|
systemd.tmpfiles.rules = [
|
||||||
#"L /etc/nixos - - - - /persist/etc/nixos"
|
#"L /etc/nixos - - - - /persist/etc/nixos"
|
||||||
|
"L /root - - - - /persist/root"
|
||||||
"d /var/lib/libvirt 0755 root - - -"
|
"d /var/lib/libvirt 0755 root - - -"
|
||||||
];
|
];
|
||||||
systemd.mounts = [{
|
systemd.mounts = [{
|
||||||
|
|
Loading…
Reference in a new issue