diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index f419efb..4c25bf9 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -250,7 +250,12 @@ in { type = "server-stats"; servers = [{ type = "local"; - # mountpoints."/nix/store".hide = true; + mountpoints = { + "/nix/store".hide = true; + "/var/lib/cryptpad".hide = true; + "/var/lib/vaultwarden".hide = true; + "/var/lib/acme/proxy.satr14.my.id".hide = true; + }; }]; } { 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 = {