Disable sudo lecture
This commit is contained in:
parent
60f91d41d3
commit
64780b92ca
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
security.sudo.extraConfig = ''
|
||||||
|
Defaults lecture="never"
|
||||||
|
'';
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fastfetch
|
fastfetch
|
||||||
wget
|
wget
|
||||||
|
|
Loading…
Reference in a new issue