feat(global_defaults): add system.features.aur schema for validation passthrough
This commit is contained in:
@@ -129,6 +129,10 @@ system_defaults:
|
|||||||
rhel_repo:
|
rhel_repo:
|
||||||
source: "iso" # iso|satellite|none — how RHEL systems get packages post-install
|
source: "iso" # iso|satellite|none — how RHEL systems get packages post-install
|
||||||
url: "" # Satellite/custom repo URL when source=satellite
|
url: "" # Satellite/custom repo URL when source=satellite
|
||||||
|
aur:
|
||||||
|
enabled: false
|
||||||
|
helper: "yay" # yay|paru
|
||||||
|
user: "_aur_builder"
|
||||||
chroot:
|
chroot:
|
||||||
tool: "arch-chroot" # arch-chroot|chroot|systemd-nspawn
|
tool: "arch-chroot" # arch-chroot|chroot|systemd-nspawn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user