From 4ff146e0fabdcdc7440e66b468dc1e6c53c67ff7 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 14 Feb 2022 18:45:29 +0700 Subject: [PATCH] caramel/filesystem: persist acme --- hosts/caramel/filesystem.nix | 1 + 1 file changed, 1 insertion(+) 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" ]; }; };