33 lines
702 B
YAML
33 lines
702 B
YAML
---
|
|
|
|
packages:
|
|
- 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"
|
|
|
|
# ustreamer variables
|
|
video_device: "/dev/video0"
|
|
resolution: "1920x1080"
|
|
ustreamer_port: "7123"
|
|
|
|
|
|
... |