Compare commits

...

2 commits

Author SHA1 Message Date
2b04bb7668 hide duplicate mountpoints
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 30s
2026-05-01 17:13:25 +07:00
5a3783628a cryptpad fix 2026-05-01 17:08:40 +07:00
2 changed files with 9 additions and 2 deletions

View file

@ -250,7 +250,12 @@ in {
type = "server-stats"; type = "server-stats";
servers = [{ servers = [{
type = "local"; 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;
};
}]; }];
} }
{ {

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 = {