cryptpad fix

This commit is contained in:
Satria 2026-05-01 17:08:40 +07:00
commit 5a3783628a

View file

@ -1,7 +1,9 @@
{ homelab, ... }: let { lib, 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 = {