Files
carputer/defaults/main.yaml
2025-07-26 17:25:18 -07:00

36 lines
725 B
YAML

---
packages:
- ffmpeg
- ethtool
- python3
- python3-venv
- pip
- python-is-python3
- dbus-user-session
- apache2
- php
- kde-plasma-desktop
- clinfo
- mesa-utils
- vulkan-tools
- wayland-utils
- xscreensaver
# this will be the parent folder where the photos will be stored
# it should be big, I'm using a 1TB SD card for the 2025 road trip
## ===Disk Info=======================================
## Filesystem Size Used Avail Use% Mounted on
## /dev/mmcblk0p2 112G 3.0G 103G 3% /
## /dev/sda1 939G 28K 892G 1% /opt/carputer
working_folder: "/opt/carputer/timelapse"
# ustreamer variables
video_device: "/dev/video0"
resolution: "1920x1080"
ustreamer_port: "7123"
...