diff options
author | Martin Fischer <martin@push-f.com> | 2025-01-25 12:38:32 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-31 12:41:28 +0200 |
commit | eb42ff611dfe3e310a0cac0fc493083a635debcb (patch) | |
tree | 75bc698f3206731377bcb5827a5fdcebfe10e6c3 /nixos/hosts/ev/default.nix | |
parent | 6fe52beb6482809b67fcc6681c41b04acd04d7a7 (diff) |
feat(ev): add hosehawk
Diffstat (limited to 'nixos/hosts/ev/default.nix')
-rw-r--r-- | nixos/hosts/ev/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/ev/default.nix b/nixos/hosts/ev/default.nix index 4be836c..e7ec8d5 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -15,6 +15,7 @@ ./home-automation.nix ./kodi.nix ./torrent.nix + ./hosehawk.nix ]; home-automation.zigbee2mqttPort = 8080; |