mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
change kept sudo variables
This commit is contained in:
parent
55fa820b5d
commit
da39d7792d
1 changed files with 1 additions and 3 deletions
|
|
@ -49,9 +49,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
execWheelOnly = true;
|
execWheelOnly = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
Defaults env_keep += "${
|
Defaults env_keep += "EDITOR VISUAL PAGER SYSTEMD_PAGERSECURE MANPAGER"
|
||||||
builtins.concatStringsSep " " (builtins.attrNames config.environment.variables)
|
|
||||||
}"
|
|
||||||
Defaults lecture = never
|
Defaults lecture = never
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue