trying again

This commit is contained in:
2026-01-27 22:57:20 -07:00
parent af23a4089a
commit 8aab928228

View File

@@ -95,6 +95,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bash
vim vim
wget wget
curl curl
@@ -311,6 +312,10 @@
kubectl kubectl
kubernetes-helm kubernetes-helm
]; ];
settings = {
container = { enabled = false; };
};
}; };
}; };
systemd.services.gitea-runner-infrastructure.serviceConfig = { systemd.services.gitea-runner-infrastructure.serviceConfig = {