diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-21 21:21:25 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-29 08:52:42 +0100 |
commit | 813cc3c8d51f21b37b8eb2c5ed6abf0306a7ab0d (patch) | |
tree | 16d96c2289a8e18b68070c85aff82d42ffd53665 /nixos/hosts/ev/default.nix | |
parent | 0418718b0312832e950933ab7fbdda7e96f3e5f3 (diff) |
ev: add kodi
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 6ea2f19..dbda5f3 100644 --- a/nixos/hosts/ev/default.nix +++ b/nixos/hosts/ev/default.nix @@ -12,6 +12,7 @@ <top/shared/tailscale.nix> <top/shared/basics-physical.nix> ./home-automation.nix + ./kodi.nix ]; home-automation.zigbee2mqttPort = 8080; |