From e5111e5a293c741390671af28e197ca07359e9db Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 1 Mar 2026 17:33:06 +0700 Subject: [PATCH] fix dash env vars --- 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 55890c0..4067d95 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -69,6 +69,7 @@ in { services.glance = { enable = true; + environmentFile = "/var/lib/glance/.env"; settings = { server = { host = "127.0.0.1";