Build Dnsmasq with nix-snapshotter

This commit is contained in:
Pim Kunis 2024-12-19 20:34:55 +01:00
parent 782b2e1c45
commit ab3a068066
9 changed files with 165 additions and 58 deletions

View file

@ -1,5 +1,4 @@
{
self,
utils,
globals,
config,
@ -17,7 +16,7 @@
metadata.labels.app = "dnsmasq";
spec.containers.dnsmasq = {
image = utils.nixSnapshotterRef (utils.mkNixNGImage "dnsmasq" "${self}/images/dnsmasq.nix");
image = utils.mkNixNGImage2 "dnsmasq";
imagePullPolicy = "Always";
ports.dns = {