Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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 :^)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: