diff --git a/modules/system/homelab/docs.nix b/modules/system/homelab/docs.nix index aa355c5..a8126b0 100644 --- a/modules/system/homelab/docs.nix +++ b/modules/system/homelab/docs.nix @@ -1,11 +1,11 @@ { homelab, ... }: let domain = "docs.${homelab.domain}"; sandbox = "docs-sandbox.${homelab.domain}"; - data-dir = "/mnt/data/apps/cryptpad"; in { services.cryptpad = { enable = true; settings = { + websocketPort = 7091; httpPort = 7090; httpAddress = "127.0.0.1"; httpUnsafeOrigin = "https://${domain}";