fix acme-fixperms

pull/5/head
stuebinm 2022-11-14 18:14:22 +01:00
parent 7b145988d2
commit eb13717e28
1 changed files with 6 additions and 0 deletions

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