diff --git a/hosts/parsons/configuration.nix b/hosts/parsons/configuration.nix index 547690d..95ddf5c 100644 --- a/hosts/parsons/configuration.nix +++ b/hosts/parsons/configuration.nix @@ -25,6 +25,12 @@ ./lxc.nix ]; + hexchen.bindmounts."/var/lib/acme" = "/persist/var/lib/acme"; + # fileSystems."/var/lib/acme" = { + # device = "/persist/var/lib/acme"; + # fsType = "bind"; + # }; + hexchen.encboot = { enable = true; dataset = "-a";