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;
environment.systemPackages = with pkgs; [
bash
vim
wget
curl
@@ -311,6 +312,10 @@
kubectl
kubernetes-helm
];
settings = {
container = { enabled = false; };
};
};
};
systemd.services.gitea-runner-infrastructure.serviceConfig = {