fix gitea runner by using docker instead of podman
Some checks failed
Update Nix Flake / update-flake (push) Failing after 1m27s
Some checks failed
Update Nix Flake / update-flake (push) Failing after 1m27s
This commit is contained in:
parent
b9b5b378f7
commit
68e02739be
@ -222,7 +222,14 @@
|
||||
labels = [ ]; # use default labels
|
||||
};
|
||||
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# TODO: podman fails with: "cannot resolve hostname"
|
||||
# virtualisation.podman = {
|
||||
# enable = true;
|
||||
# dockerCompat = true;
|
||||
# defaultNetwork.settings.dns_enabled = true;
|
||||
# };
|
||||
|
||||
sops.secrets."gitea_token" = {
|
||||
owner = config.users.users.nix.name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user