Build Dnsmasq with nix-snapshotter
This commit is contained in:
parent
782b2e1c45
commit
ab3a068066
9 changed files with 165 additions and 58 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue