mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-30 00:19:30 +00:00
- Implement Merger with Resolve() for inheritance chain - Merge packages, kernel, services, sysctl, features - Add tier-lite, tier-standard, tier-pro profiles - Handle excluded packages removal Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
219 B
YAML
17 lines
219 B
YAML
# profiles/tier-pro.yaml
|
|
name: tier-pro
|
|
inherits: base
|
|
description: For 8GB+ RAM devices (MOCHAbin)
|
|
|
|
constraints:
|
|
min_ram: 8G
|
|
|
|
packages:
|
|
required:
|
|
- secubox-full
|
|
|
|
features:
|
|
dpi: inline
|
|
lxc: true
|
|
swap: "0"
|