Change location of dnsmasq image
This commit is contained in:
parent
85cba9a3ff
commit
eb90e5d1bd
2 changed files with 4 additions and 2 deletions
|
@ -185,7 +185,9 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
text = ''
|
text = ''
|
||||||
ln -sf ${dnsmasqImage} /root/dnsmasq.tar
|
rm -rf ${self.globals.imageDir}
|
||||||
|
mkdir -p ${self.globals.imageDir}
|
||||||
|
ln -sf ${dnsmasqImage} ${self.globals.imageDir}/dnsmasq.tar
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
immichIPv4 = "192.168.30.147";
|
immichIPv4 = "192.168.30.147";
|
||||||
nextcloudIPv4 = "192.168.30.148";
|
nextcloudIPv4 = "192.168.30.148";
|
||||||
|
|
||||||
imageDir = "/var/docker_images";
|
imageDir = "/var/container_images";
|
||||||
|
|
||||||
images = {
|
images = {
|
||||||
jellyfin = "jellyfin/jellyfin:10.9.9";
|
jellyfin = "jellyfin/jellyfin:10.9.9";
|
||||||
|
|
Loading…
Reference in a new issue