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 = {