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

feat: disable kiosk on zaatar

This commit is contained in:
2024-01-10 11:06:21 +01:00
parent 50e18c168e
commit 04c60776e3
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ in {
./atuin.nix
./backup.nix
./gaslight.nix
./kiosk.nix
# ./kiosk.nix
./hardware-configuration.nix
./home-assistant.nix
./mpd.nix

View File

@@ -15,7 +15,7 @@
user = config.users.extraUsers.kiosk.name;
extraArguments = ["-s"]; # allow vt switching
program = let
startUrls = ["https://youtube.com" "http://radio.kmein.r"];
startUrls = [];
in
pkgs.writers.writeDash "kiosk-browser" ''
while true; do