From 4211ed3b82be9af26460a0a8d88dce9ce319bb47 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sat, 9 Nov 2024 13:28:41 +0100 Subject: Some changes --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 5e0ac0c..df59de9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,7 +51,10 @@ extraGroups = [ "networkmanager" "wheel" "audio" ]; shell = pkgs.zsh; }; - + + security.sudo.execWheelOnly = true; + security.sudo.wheelNeedsPassword = false; + # Allow unfree packages nixpkgs.config.allowUnfree = true; -- cgit v1.2.3