caramel/filesystem: persist acme

This commit is contained in:
LavaDesu 2022-02-14 18:45:29 +07:00
parent 4b2c36b00f
commit 4ff146e0fa
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -29,6 +29,7 @@ in {
};
"/var/persist" = bind "/persist";
"/var/lib/acme" = bind "/persist/acme";
"/var/log/journal" = bind "/persist/journal";
"/boot" = (bind "/nix/persist/boot") // { depends = [ "/nix" ]; };
};