fix 2: point to private
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
This commit is contained in:
parent
2b04bb7668
commit
83e174cc6b
1 changed files with 2 additions and 4 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
{ lib, homelab, ... }: let
|
{ homelab, ... }: let
|
||||||
domain = "docs.${homelab.domain}";
|
domain = "docs.${homelab.domain}";
|
||||||
sandbox = "docs-sandbox.${homelab.domain}";
|
sandbox = "docs-sandbox.${homelab.domain}";
|
||||||
in {
|
in {
|
||||||
systemd.services.cryptpad.confinement.enable = lib.mkForce false;
|
|
||||||
|
|
||||||
services.cryptpad = {
|
services.cryptpad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
@ -17,7 +15,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/var/lib/cryptpad" = {
|
fileSystems."/var/lib/private/cryptpad" = {
|
||||||
device = "/mnt/data/apps/cryptpad";
|
device = "/mnt/data/apps/cryptpad";
|
||||||
depends = [ "/mnt/data" ];
|
depends = [ "/mnt/data" ];
|
||||||
options = [ "bind" "nofail" ];
|
options = [ "bind" "nofail" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue