diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index c1d0985..01755de 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -78,6 +78,7 @@ createHome = true; shell = pkgs.bashInteractive; extraGroups = [ "podman" "wheel" ]; + group = "gitlab-runner"; }; users.groups.podman = { };