Change location of dnsmasq image

This commit is contained in:
Pim Kunis 2024-09-17 14:19:44 +02:00
parent 85cba9a3ff
commit eb90e5d1bd
2 changed files with 4 additions and 2 deletions

View file

@ -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
''; '';
} }
); );

View file

@ -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";