Change location of dnsmasq image
This commit is contained in:
parent
22a2d7c8b1
commit
f4647fad6d
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue