cfg/app/sudo/schema/schema.cue

7 lines
88 B
Plaintext

package schema
#Sudo: {
use_pam_ssh_agent: bool | *false
authorized_keys?: string
}