diff --git a/nix/home-server.nix b/nix/home-server.nix index 7aa53c6..043515e 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -311,21 +311,8 @@ kubectl kubernetes-helm ]; - settings = { - container = { - enabled = false; - }; - }; }; }; - systemd.services.gitea-runner-infrastructure.environment = { - RUNNER_SHELL = "${pkgs.bashNonInteractive}/bin/bash"; - PATH = lib.makeBinPath [ - pkgs.bashNonInteractive - pkgs.coreutils - pkgs.git - ]; - }; systemd.services.gitea-runner-infrastructure.serviceConfig = { ReadWritePaths = [ "/data/cloudflare/"