Skip to content

Commit

Permalink
nixos/home-assistant: allow amshan to access serial ports
Browse files Browse the repository at this point in the history
Separate it from the first part of the list, because that part is
updated mechanically.
  • Loading branch information
bjornfor committed Jan 13, 2025
1 parent e837bf7 commit a6a3181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/modules/services/home-automation/home-assistant.nix
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,9 @@ in {
"zha"
"zwave"
"zwave_js"

# Custom components, maintained manually.
"amshan"
];
in {
ExecStart = escapeSystemdExecArgs ([
Expand Down

0 comments on commit a6a3181

Please sign in to comment.