From eb13717e285c247dee687e323a6d90f1496cbba7 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 14 Nov 2022 18:14:22 +0100 Subject: [PATCH] fix acme-fixperms --- hosts/parsons/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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";