diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 93b0625..cd6a999 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -71,7 +71,10 @@ [ "ZeroTier" "zerotier" "https://my.zerotier.com" ] ]; in { - users.users.glance.extraGroups = [ "docker" ]; + users.users.glance = { + extraGroups = [ "docker" ]; + isSystemUser = true; + }; services.glance = { enable = true; environmentFile = "/var/lib/glance/.env";