From 9e1003d4fcebb7086c4fa9f0d046f19b6212bd1f Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 11 Jan 2026 16:28:45 -0800 Subject: [PATCH] Add kodi role to zix790prors --- machines/boxy/configuration.nix | 1 + machines/zix790prors/configuration.nix | 1 + roles/kodi/default.nix | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/boxy/configuration.nix b/machines/boxy/configuration.nix index 1a2425b..cce32dd 100644 --- a/machines/boxy/configuration.nix +++ b/machines/boxy/configuration.nix @@ -26,6 +26,7 @@ with lib; enable = true; autologin = true; wayland = true; + appLauncherServer = true; jellyfinScaleFactor = 1.0; }; nfs-mounts.enable = true; diff --git a/machines/zix790prors/configuration.nix b/machines/zix790prors/configuration.nix index 7c0b0d0..e223780 100644 --- a/machines/zix790prors/configuration.nix +++ b/machines/zix790prors/configuration.nix @@ -25,6 +25,7 @@ with lib; wayland = true; x11 = true; }; + kodi.enable = true; nfs-mounts.enable = true; nvidia = { enable = true; diff --git a/roles/kodi/default.nix b/roles/kodi/default.nix index f428395..349c2c2 100644 --- a/roles/kodi/default.nix +++ b/roles/kodi/default.nix @@ -22,7 +22,7 @@ in appLauncherServer = { enable = mkOption { type = types.bool; - default = true; + default = false; description = "Enable HTTP app launcher server for remote control"; }; port = mkOption {