trying again
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user