trying again
This commit is contained in:
@@ -311,21 +311,8 @@
|
|||||||
kubectl
|
kubectl
|
||||||
kubernetes-helm
|
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 = {
|
systemd.services.gitea-runner-infrastructure.serviceConfig = {
|
||||||
ReadWritePaths = [
|
ReadWritePaths = [
|
||||||
"/data/cloudflare/"
|
"/data/cloudflare/"
|
||||||
|
|||||||
Reference in New Issue
Block a user