Add version number to heimdall

This commit is contained in:
Andreas Zweili 2023-02-27 09:52:02 +01:00
parent 0746971996
commit 21a7125ee3

View File

@ -3,7 +3,7 @@
virtualisation.oci-containers = {
backend = "docker";
containers."heimdall" = {
image = "linuxserver/heimdall";
image = "linuxserver/heimdall:2.5.5";
autoStart = true;
environment = {
TZ = "Europe/Zurich";