fix acme-fixperms
This commit is contained in:
parent
7b145988d2
commit
eb13717e28
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue