fix acme-fixperms

This commit is contained in:
stuebinm 2022-11-14 18:14:22 +01:00
parent 7b145988d2
commit eb13717e28

View file

@ -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";