Doas: Difference between revisions

Nebu (talk | contribs)
No edit summary
Sandro (talk | contribs)
No edit summary
Line 19: Line 19:
   # e.g. retains your NIX_PATH when applying your config
   # e.g. retains your NIX_PATH when applying your config
   keepEnv = true;  
   keepEnv = true;  
   persist = true;  # Optional, only require password verification a single time
   persist = true;  # Optional, don't ask for the password for some time, after a successfully authentication
}];
}];
</syntaxhighlight>
</syntaxhighlight>