Working Pi with Cage

This commit is contained in:
Gene Liverman 2025-01-10 21:11:43 -05:00
parent 1c2414c595
commit 4727b78cd6
6 changed files with 156 additions and 56 deletions

View file

@ -5,7 +5,8 @@
chromium = {
enable = true;
commandLineArgs = [
"http://192.168.22.22:8123/kiosk-gene-desk"
#"http://192.168.22.22:8123/kiosk-gene-desk/0?kiosk"
"--app=http://192.168.20.190:3001/?album=e2281831-ae1b-45a5-8fe1-0a267ba5e1a9&transtion=cross-fade"
"--kiosk"
"--noerrdialogs"
"--disable-infobars"
@ -13,6 +14,8 @@
"--ozone-platform=wayland"
"--enable-features=OverlayScrollbar"
"--start-maximized"
"--force-dark-mode"
"--hide-crash-restore-bubble"
];
};
};