Hacker News new | ask | show | jobs
by steinuil 558 days 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 :^)