nixos/git: Fix container network access
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 30m54s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 30m54s
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
||||
|
||||
cfgFile = pkgs.writeText "gitea-actions-runner.yaml" (toJSON {
|
||||
container = {
|
||||
# network = "colony";
|
||||
network = "podman";
|
||||
privileged = true;
|
||||
};
|
||||
cache = {
|
||||
|
Reference in New Issue
Block a user