From 05d929f95b76711bcf4e61bc50926f4c8407f5d3 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 20:02:47 +0200 Subject: [PATCH] im tired, leave me alone --- hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {