From b6fe6f02b4f16a5fe9b0f0fd96789e9aeb3f7443 Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 5 Mar 2026 21:30:48 +0700 Subject: [PATCH] glance access to docker socket --- 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 ea695f3..88ca461 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -70,6 +70,7 @@ [ "ZeroTier" "zerotier" "https://my.zerotier.com" ] ]; in { + users.users.glance.extraGroups = [ "docker" ]; services.glance = { enable = true; environmentFile = "/var/lib/glance/.env";