From 56e8b71810cde88b0e716e420956a5c47425545c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 19 Apr 2026 19:50:10 -0400 Subject: [PATCH] change to cineby --- system/machines/tv/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/machines/tv/system.nix b/system/machines/tv/system.nix index 6052c6a..d0859ca 100644 --- a/system/machines/tv/system.nix +++ b/system/machines/tv/system.nix @@ -8,7 +8,7 @@ modules.system.kiosk = { enable = true; user = config.user.name; - url = "about:blank"; + url = "https://www.cineby.sc"; }; users.users.${config.user.name} = {