From bff78cdd28202e11992737945c558eedf50bfb80 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 20:01:36 +0200 Subject: [PATCH] small figs --- hosts/tesla-nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index b9521aa..9153f07 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -20,7 +20,7 @@ ]; }; # end isponsorblocktv }; - + virtualization.podman.dockerCompat = false; virtualisation.docker = { enable = true; autoPrune = { @@ -55,6 +55,7 @@ # GitLab Runner configured to use the local Docker daemon services.gitlab-runner = { + isNormalUser = true; enable = true; services = { ci-nspawn-docker = {