mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43: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;
|
||||
execWheelOnly = true;
|
||||
extraConfig = ''
|
||||
Defaults env_keep += "${
|
||||
builtins.concatStringsSep " " (builtins.attrNames config.environment.variables)
|
||||
}"
|
||||
Defaults env_keep += "EDITOR VISUAL PAGER SYSTEMD_PAGERSECURE MANPAGER"
|
||||
Defaults lecture = never
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue