From f4647fad6d049ed75e7bb393c3034daf67673ec3 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 17 Sep 2024 14:19:29 +0200 Subject: [PATCH] Change location of dnsmasq image --- modules/dnsmasq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dnsmasq.nix b/modules/dnsmasq.nix index f6db11d..b62e59a 100644 --- a/modules/dnsmasq.nix +++ b/modules/dnsmasq.nix @@ -10,7 +10,7 @@ metadata.labels.app = "dnsmasq"; spec.containers.dnsmasq = { - image = "nix:0/root/dnsmasq.tar"; + image = "nix:0/var/container_images/dnsmasq.tar"; imagePullPolicy = "Always"; ports.dns = {