bind mount for cert storage
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s
This commit is contained in:
parent
ac8e025f67
commit
4924eebbc2
1 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,12 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/var/lib/acme/${homelab.proxy.base}" = {
|
||||||
|
device = "/mnt/data/apps/acme/${homelab.proxy.base}";
|
||||||
|
depends = [ "/mnt/data" ];
|
||||||
|
options = [ "bind" "nofail" ];
|
||||||
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue