From 51f2a2305f322255c8dce58859fa908e00befb11 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 68c896b1..542f726a 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+" = {