doc: add option doc for interactiveSudo

This commit is contained in:
Chatnoir Miki 2024-09-25 09:10:52 +08:00 committed by GitHub
parent 3867348fa9
commit a1eb366d13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,6 +197,10 @@ This is a set of options that can be put in any of the above definitions, with t
# This will default to "sudo -u" if not specified anywhere.
sudo = "doas -u";
# Whether to enable interactive sudo (password based sudo). Useful when using non-root sshUsers.
# This defaults to `false`
interactiveSudo = false;
# This is an optional list of arguments that will be passed to SSH.
sshOpts = [ "-p" "2121" ];