From a4efc95068526f72a8de51b27fdf35e722c5c509 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 12 May 2023 19:41:42 +0200 Subject: [PATCH] woodpecker doc comment --- nixos/hosts/olympus/woodpecker/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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+" = {