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"