Switch Pi support to Pi4

This commit is contained in:
Gene Liverman 2025-01-09 23:30:08 -05:00
parent 7a09392064
commit 1c2414c595
4 changed files with 58 additions and 13 deletions

View file

@ -0,0 +1,21 @@
{ ... }: {
home.stateVersion = "24.11";
programs = {
chromium = {
enable = true;
commandLineArgs = [
"http://192.168.22.22:8123/kiosk-gene-desk"
"--kiosk"
"--noerrdialogs"
"--disable-infobars"
"--no-first-run"
"--ozone-platform=wayland"
"--enable-features=OverlayScrollbar"
"--start-maximized"
];
};
};
}