From db140f48990dd19e2197500d43f3a847f2bcf475 Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 16 Apr 2026 21:44:54 +0700 Subject: [PATCH] dashboard changes --- modules/system/homelab/dash.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 7839729..27ba4e9 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -83,7 +83,6 @@ in { }; services.glance = { enable = true; - environmentFile = "/var/lib/glance/.env"; settings = { server = { host = "127.0.0.1"; @@ -260,7 +259,7 @@ in { type = "server-stats"; servers = [{ type = "local"; - mountpoints."/nix/store".hide = true; + # mountpoints."/nix/store".hide = true; }]; } {