diff options
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-cm4-test.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-cm4-test.yml b/inventory/host_vars/ch-cm4-test.yml index 87b3a0f1..ba29e2e2 100644 --- a/inventory/host_vars/ch-cm4-test.yml +++ b/inventory/host_vars/ch-cm4-test.yml @@ -29,3 +29,9 @@ raspios_boot_config: line: 'dtoverlay=i2c-fan,emc2301,i2c_csi_dsi' base_entropy_generator: rngd + + +browser_kiosk_xinit_commands_extra: | + xrandr --output HDMI-1 --mode 1920x1080 --rate 50 + +browser_kiosk_url: "http://192.168.28.1:4001/output/ABCD" |