diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 9153f07..b908cf6 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -35,6 +35,7 @@ }; }; users.users.gitlab-runner = { + isNormalUser = true; home = "/var/lib/gitlab-runner"; createHome = true; shell = pkgs.bashInteractive; @@ -55,7 +56,6 @@ # GitLab Runner configured to use the local Docker daemon services.gitlab-runner = { - isNormalUser = true; enable = true; services = { ci-nspawn-docker = {