caramel/filesystem: persist acme
This commit is contained in:
parent
4b2c36b00f
commit
4ff146e0fa
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
"/var/persist" = bind "/persist";
|
"/var/persist" = bind "/persist";
|
||||||
|
"/var/lib/acme" = bind "/persist/acme";
|
||||||
"/var/log/journal" = bind "/persist/journal";
|
"/var/log/journal" = bind "/persist/journal";
|
||||||
"/boot" = (bind "/nix/persist/boot") // { depends = [ "/nix" ]; };
|
"/boot" = (bind "/nix/persist/boot") // { depends = [ "/nix" ]; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue