nix-cache01: add podman to host
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m41s
Periodic flake update / flake-update (push) Successful in 2m0s

This commit is contained in:
2025-08-21 21:36:49 +02:00
parent ef3d34d27f
commit 09bd63169d

View File

@@ -5,6 +5,11 @@
format = "binary"; format = "binary";
}; };
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
services.gitea-actions-runner.instances = { services.gitea-actions-runner.instances = {
actions1 = { actions1 = {
enable = true; enable = true;
@@ -45,4 +50,5 @@
url = "https://git.t-juice.club"; url = "https://git.t-juice.club";
}; };
}; };
} }