treewide: persist rework
This commit is contained in:
parent
2c733de3b3
commit
4b1483327b
6 changed files with 12 additions and 11 deletions
|
|
@ -43,7 +43,6 @@ in {
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/var/persist" = bind "/persist";
|
||||
"/var/lib/acme" = bind "/persist/acme";
|
||||
"/var/log/journal" = bind "/persist/journal";
|
||||
"/boot" = (bind "/mnt/image/boot") // { depends = [ "/mnt/image" ]; };
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ in {
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/var/persist" = bind "/nix/persist";
|
||||
"/persist" = bind "/nix/persist";
|
||||
"/var/log/journal" = bind "/nix/persist/journal";
|
||||
"/boot" = bind "/nix/persist/boot";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue