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";