My NixOS config, I don't know what I am doing, don't use this
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable `sudo-rs` password input timeout

+7 -1
+7 -1
modules/common.nix
··· 45 45 services.libinput.mouse.accelProfile = "flat"; 46 46 47 47 # ── Security ─────────────────────────────────────────────────────────────── 48 - security.sudo-rs.enable = true; 48 + security.sudo-rs = { 49 + enable = true; 50 + extraConfig = '' 51 + Defaults passwd_timeout=0 52 + ''; 53 + 54 + }; 49 55 security.polkit.enable = true; 50 56 51 57 # ── TOP ───────────────────────────────────────────────────────────────