Lists are weird

This commit is contained in:
TheWanderingCrow 2024-09-24 20:31:54 -04:00
parent ce4f026f1c
commit fa4a21958f

View file

@ -13,8 +13,8 @@
environment.TZ = "America/New_York";
image = "ghcr.io/home-assistant/home-assistant:stable";
extraOptions = [
"--network=host";
"--device=/dev/ttyACM0:/dev/ttyACM0";
"--network=host"
"--device=/dev/ttyACM0:/dev/ttyACM0"
];
};
};