From 6a7be4324e07377d8295a4511cde46652256f13d Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Thu, 27 Mar 2025 00:40:16 +0800 Subject: [PATCH] feat: sudo dont require pw anymore --- systems/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/default.nix b/systems/default.nix index 1a157b0..32367f7 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -114,6 +114,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n rafiq" ]; }; + security.sudo.wheelNeedsPassword = false; nixpkgs.config.allowUnfree = true; nix = {