Remove sudo delay
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
4
hosts/common/configs/system/sudo/default.nix
Normal file
4
hosts/common/configs/system/sudo/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
security.pam.services.sudo.nodelay = true;
|
||||||
|
}
|
@@ -34,6 +34,7 @@
|
|||||||
../common/configs/system/printing
|
../common/configs/system/printing
|
||||||
../common/configs/system/sops
|
../common/configs/system/sops
|
||||||
../common/configs/system/ssh
|
../common/configs/system/ssh
|
||||||
|
../common/configs/system/sudo
|
||||||
../common/configs/system/system
|
../common/configs/system/system
|
||||||
../common/configs/system/timezone
|
../common/configs/system/timezone
|
||||||
../common/configs/system/tlp
|
../common/configs/system/tlp
|
||||||
|
@@ -38,6 +38,7 @@
|
|||||||
../common/configs/system/printing
|
../common/configs/system/printing
|
||||||
../common/configs/system/sops
|
../common/configs/system/sops
|
||||||
../common/configs/system/ssh
|
../common/configs/system/ssh
|
||||||
|
../common/configs/system/sudo
|
||||||
../common/configs/system/system
|
../common/configs/system/system
|
||||||
../common/configs/system/timezone
|
../common/configs/system/timezone
|
||||||
../common/configs/system/tlp
|
../common/configs/system/tlp
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
../common/configs/system/ntp
|
../common/configs/system/ntp
|
||||||
../common/configs/system/sops
|
../common/configs/system/sops
|
||||||
../common/configs/system/ssh
|
../common/configs/system/ssh
|
||||||
|
../common/configs/system/sudo
|
||||||
../common/configs/system/system
|
../common/configs/system/system
|
||||||
../common/configs/system/timezone
|
../common/configs/system/timezone
|
||||||
../common/configs/system/tmux
|
../common/configs/system/tmux
|
||||||
|
Reference in New Issue
Block a user