feat(apps): gate rustdesk install behind remote_access prompt

This commit is contained in:
2026-08-03 17:09:33 +02:00
parent 797d2d1ba0
commit f446f19181
4 changed files with 115 additions and 96 deletions
+2
View File
@@ -15,3 +15,5 @@ email = {{ $email | quote }}
name = {{ $name | quote }}
{{ $osProber := promptBoolOnce . "os_prober" "Enable GRUB os-prober to detect other operating systems?" }}
os_prober = {{ $osProber }}
{{ $remoteAccess := promptBoolOnce . "remote_access" "Install remote access tools (e.g. rustdesk)?" }}
remote_access = {{ $remoteAccess }}