new security tasks

This commit is contained in:
2025-10-12 16:52:25 -07:00
parent d2c9c31105
commit 7049c2288c
11 changed files with 227 additions and 47 deletions

View File

@ -47,6 +47,13 @@ preboot_packages:
- 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
@ -61,9 +68,15 @@ howdy_webcams:
default_users:
- pi
ip_check_folder: "/opt/cosmos/ip_check"
deb_version: "trixie"
remove_default_vpn: true
security_check_only: false
armcpu_check: false
init_complete: false
terse_packages: false
@ -103,4 +116,8 @@ onboard_pi: false
rtl8821ce_present: false
install_python: false
is_hyperv: false
...