diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 78b68f4..d973699 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -251,6 +251,7 @@ in { servers = [{ type = "local"; mountpoints = { + "/boot".hide = true; "/nix/store".hide = true; "/var/lib/vaultwarden".hide = true; "/var/lib/private/cryptpad".hide = true;