From 2f7b7a6333fd5e409b16fd4833e2606715aebbf8 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 16:27:22 +0200 Subject: [PATCH] *shrug emote* --- hosts/tesla-nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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 = { };