mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Switch Pi support to Pi4
This commit is contained in:
parent
7a09392064
commit
1c2414c595
4 changed files with 58 additions and 13 deletions
21
modules/hosts/nixos/kiosk-gene-desk/home-gene.nix
Normal file
21
modules/hosts/nixos/kiosk-gene-desk/home-gene.nix
Normal 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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue