Use Docker, not podman

This commit is contained in:
Trevor Vallender 2023-09-17 15:55:11 +01:00
parent 07c627673b
commit 93b08a5628
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
virtualisation.oci-containers = { virtualisation.oci-containers = {
backend = "podman"; backend = "docker";
containers.homeassistant = { containers.homeassistant = {
volumes = [ "home-assistant:/config" ]; volumes = [ "home-assistant:/config" ];
environment.TZ = "Europe/Berlin"; environment.TZ = "Europe/Berlin";