Files
cosmos_init/defaults/main.yaml
2025-11-28 17:25:38 -08:00

126 lines
1.6 KiB
YAML

---
cosmos_terse_packages:
- sudo
- htop
- net-tools
- curl
- pigz
- jq
cosmos_base_packages:
- nmap
- lm-sensors
- speedtest-cli
- ethtool
- tidy
- lynx
- iotop
- iftop
- gnupg
- pwgen
- unzip
- firmware-iwlwifi
- dnsutils
- git
- brightnessctl
- v4l-utils
- ffmpeg
- libpam-kwallet5
cosmos_amd64_only:
- thermald
- acpi
gather_facts_packages:
- lshw
- iw
- bind9-dnsutils
preboot_packages:
- openssh-server
- curl
- openvpn
- net-tools
- htop
- bsdmainutils
python_packages:
- python3
- python3-pip
- python3-dev
- python3-setuptools
- python3-venv
fprint_device_url: 'https://fprint.freedesktop.org/supported-devices.html'
# list of device IDs of things I own
# that are compatible with windows hello
howdy_webcams:
# Dell XPS Laptop
- "0bda:58c8"
# Cheapo USB Webcam
- "0408:7a10"
# default user accounts from various other OS builds
default_users:
- pi
ip_check_folder: "/opt/cosmos/ip_check"
deb_version: "trixie"
security_check_only: false
armcpu_check: false
init_complete: false
terse_packages: false
install_packages: true
rename_host: false
realtek_present: false
install_nvidia: false
hyperv_client: false
cosmos_exists: true
no_vpn: false
smb_configured: false
gather_only: false
home_endpoint: false
plasma_present: false
public_deploy: false
save_pi_user: false
update_grub_timeout: true
add_domain: false
init_light: false
onboard_pi: false
rtl8821ce_present: false
install_python: false
is_hyperv: false
intall_cockpit: false
install_LDAP: false
...