diff --git a/flake.lock b/flake.lock index b90c2fa..d3297a7 100644 --- a/flake.lock +++ b/flake.lock @@ -158,11 +158,11 @@ "retiolum": { "flake": false, "locked": { - "lastModified": 1643137996, - "narHash": "sha256-Fvmq2i8l9drzU91uvHmx0eeqr06/o+y28RgVmwcTYZ4=", + "lastModified": 1643369411, + "narHash": "sha256-FRfEQdRJxVF6w41jgjQXDtK5YxIjDh5S4acA0FbwPyE=", "owner": "krebs", "repo": "retiolum", - "rev": "bbed4ffd74987bb9a577ae6290ed446c3f27f594", + "rev": "23e04565a0360d31605a6c6cdc1becb5b9f76f32", "type": "github" }, "original": { diff --git a/systems/zaatar/kiosk.nix b/systems/zaatar/kiosk.nix index 9c4f0db..9ae64d2 100644 --- a/systems/zaatar/kiosk.nix +++ b/systems/zaatar/kiosk.nix @@ -10,7 +10,7 @@ user = config.users.extraUsers.kiosk.name; extraArguments = [ "-s" ]; # allow vt switching program = - let startUrls = [ "https://open.spotify.com" "https://youtube.com" "http://bvg.kmein.r" ]; + let startUrls = [ "https://youtube.com" "http://radio.kmein.r" ]; in pkgs.writers.writeDash "kiosk-browser" '' while true; do ${pkgs.brave}/bin/brave \ diff --git a/systems/zaatar/tuna.nix b/systems/zaatar/tuna.nix index af2e63b..81cd9c9 100644 --- a/systems/zaatar/tuna.nix +++ b/systems/zaatar/tuna.nix @@ -81,6 +81,7 @@ in stations = lib.lists.imap0 (id: {desc ? "", logo ? "https://picsum.photos/seed/${builtins.hashString "md5" stream}/300", stream, station}: { inherit id desc logo stream station; }) streams; stationsJson = (pkgs.formats.json {}).generate "stations.json" stations; in { + enable = false; wantedBy = [ "tuna.service" ]; startAt = "hourly"; script = '' @@ -95,7 +96,6 @@ in }; - /* services.nginx = { enable = true; recommendedGzipSettings = true; @@ -110,5 +110,4 @@ in }; }; }; - */ }