From a960e1a0183bcc0d65b226b5394f46a43a664b11 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 14 Oct 2025 10:44:59 -0500 Subject: [PATCH] fix mount points --- modules/homelab/glance/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/homelab/glance/default.nix b/modules/homelab/glance/default.nix index 52ee0ce..68d726c 100644 --- a/modules/homelab/glance/default.nix +++ b/modules/homelab/glance/default.nix @@ -137,6 +137,12 @@ in { type = "local"; name = "snowbelle"; + hide-mountpoints-by-default = true; + mountpoints = {}; + mountpoints = { + "/" = {hide = false;}; + "/holocron" = {hide = false;}; + }; } ]; } @@ -157,7 +163,6 @@ in { type = "twitch-channels"; channels = [ - "mang0" "SaltSSBM" "thewaffle77" "ironmouse"