fix gitea runner by using docker instead of podman
Some checks failed
Update Nix Flake / update-flake (push) Failing after 1m27s

This commit is contained in:
Julian Mutter 2025-03-21 22:33:42 +01:00
parent b9b5b378f7
commit 68e02739be

View File

@ -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;