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} = {