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

feat(zaatar): disable tuna

This commit is contained in:
2021-12-16 08:22:33 +01:00
parent 4ecc34b63e
commit ecadc12c9f
2 changed files with 3 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ in
};
/*
services.nginx = {
enable = true;
recommendedGzipSettings = true;
@@ -109,4 +110,5 @@ in
};
};
};
*/
}

View File

@@ -60,7 +60,7 @@ in
user = config.users.extraUsers.kiosk.name;
extraArguments = [ "-s" ]; # allow vt switching
program =
let startUrls = [ "https://open.spotify.com" "http://localhost:${toString config.services.tuna.webPort}" "http://bvg.kmein.r" ];
let startUrls = [ "https://open.spotify.com" "https://youtube.com" "http://bvg.kmein.r" ];
in pkgs.writers.writeDash "kiosk-browser" ''
while true; do
${pkgs.chromium}/bin/chromium \