diff --git a/nixos/hosts/olympus/woodpecker/configuration.nix b/nixos/hosts/olympus/woodpecker/configuration.nix index 68c896b..542f726 100644 --- a/nixos/hosts/olympus/woodpecker/configuration.nix +++ b/nixos/hosts/olympus/woodpecker/configuration.nix @@ -34,6 +34,8 @@ in { autoPrune.enable = true; }; + # Thanks to: https://blog.kotatsu.dev/posts/2023-04-21-woodpecker-nix-caching/ + # Fix DNS Lookup in podman virtualisation.podman.defaultNetwork.settings.dns_enable = true; networking.firewall.interfaces."podman+" = {