about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-19T13·09-0500
committerwpcarro <wpcarro@gmail.com>2021-12-20T02·36+0000
commitc435cf754c5c20f3cc743c41ccba4c1258ad648c (patch)
tree9c49d90dd6bfd3aacc5aebb865e633737f73a8fe
parent7285ac93272a4412c2f6c33f8b1435ef62ddbc01 (diff)
feat(wpcarro/marcus): Set wheelNeedsPassword = false r/3320
Removing some keystrokes from my life at the cost of security. Thoughts,
comments, and concerns are welcome!

Change-Id: I04d877021c4ce15a4d432a6a73e38e60878521aa
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4419
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
-rw-r--r--users/wpcarro/nixos/marcus/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix
index c60054dfb5..d72be2ed6e 100644
--- a/users/wpcarro/nixos/marcus/default.nix
+++ b/users/wpcarro/nixos/marcus/default.nix
@@ -74,6 +74,8 @@ in {
     shell = pkgs.fish;
   };
 
+  security.sudo.wheelNeedsPassword = false;
+
   fonts = {
     fonts = with pkgs; [
       jetbrains-mono