mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Lists are weird
This commit is contained in:
parent
ce4f026f1c
commit
fa4a21958f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue