From eca24f7e0797e29777d6c38fe45c960998edddae Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 7 May 2026 05:11:16 +0700 Subject: [PATCH] hide boot partition --- modules/system/homelab/dash.nix | 1 + 1 file changed, 1 insertion(+) 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;