diff --git a/hosts/caramel/filesystem.nix b/hosts/caramel/filesystem.nix index e2b9912..c03acda 100644 --- a/hosts/caramel/filesystem.nix +++ b/hosts/caramel/filesystem.nix @@ -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" ]; }; };