diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index cd6a999..c353e72 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -71,9 +71,13 @@ [ "ZeroTier" "zerotier" "https://my.zerotier.com" ] ]; in { - users.users.glance = { - extraGroups = [ "docker" ]; - isSystemUser = true; + users = { + groups.glance = {}; + users.glance = { + extraGroups = [ "docker" ]; + isSystemUser = true; + group = "glance"; + }; }; services.glance = { enable = true;