From 5a3783628aa45be4f884c7b48750881d14a2b517 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 1 May 2026 17:08:40 +0700 Subject: [PATCH] cryptpad fix --- modules/system/homelab/docs.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/system/homelab/docs.nix b/modules/system/homelab/docs.nix index 58784a3..ebc729a 100644 --- a/modules/system/homelab/docs.nix +++ b/modules/system/homelab/docs.nix @@ -1,7 +1,9 @@ -{ homelab, ... }: let +{ lib, homelab, ... }: let domain = "docs.${homelab.domain}"; sandbox = "docs-sandbox.${homelab.domain}"; in { + systemd.services.cryptpad.confinement.enable = lib.mkForce false; + services.cryptpad = { enable = true; settings = {