Skip to content

Commit

Permalink
mini: Expose usb devices to home assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 30, 2024
1 parent 1144ee2 commit 0256f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/hosts/mini/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
image = "ghcr.io/home-assistant/home-assistant:2024.12.5"; # Warning: if the tag does not change, the image will not be updated
extraOptions = [
"--network=host"
"--device=/dev/ttyUSB0:/dev/ttyUSB0"
];
};
};
Expand Down

0 comments on commit 0256f38

Please sign in to comment.