From 12176e9e9353bcec43af43ec6b8b6bcf2c90d919 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 14 Sep 2023 17:20:07 +0200 Subject: [PATCH] Enable passwordless sudo for wheel Signed-off-by: Tristan Druyen --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 05cfd73..8ebd03d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,6 +65,7 @@ hardware.bluetooth.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; + security.sudo.wheelNeedsPassword = false; services.pipewire = { enable = true; alsa.enable = true;