1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(mpd-fm): rebrand

This commit is contained in:
2021-06-28 08:23:25 +02:00
parent 1f971b2a74
commit 6498e5a1da
6 changed files with 26 additions and 949 deletions

View File

@@ -7,7 +7,7 @@
<niveum/configs/keyboard.nix>
<niveum/modules/retiolum.nix>
<niveum/configs/spacetime.nix>
<niveum/configs/mpd-fm.nix>
<niveum/configs/tuna.nix>
<niveum/configs/sshd.nix>
<niveum/configs/version.nix>
<niveum/configs/printing.nix>
@@ -54,7 +54,7 @@
user = config.users.extraUsers.kiosk.name;
extraArguments = [ "-s" ]; # allow vt switching
program =
let startUrls = [ "https://open.spotify.com" "http://localhost:${toString config.services.mpd-fm.webPort}" ];
let startUrls = [ "https://open.spotify.com" "http://localhost:${toString config.services.tuna.webPort}" ];
in pkgs.writers.writeDash "kiosk-browser" ''
while true; do
${pkgs.chromium}/bin/chromium \