6 ms·
FYI, you can turn this off by adding "Defaults lecture = never" to /etc/sudoers. In Nix: { security.sudo.extraConfig = '' Defaults lecture =
by steinuil 2y ago
FYI, you can turn this off by adding "Defaults lecture = never" to /etc/sudoers. In Nix:
{
security.sudo.extraConfig = ''
Defaults lecture = never
'';
}
Or you could also set it to "always" to annoy your users :^)