From d9553154444439c604e06ef1aded3dd1c57f17fe Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 20 Aug 2023 07:06:01 +0000 Subject: [PATCH] sudo --- hosts/sakowsl/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 6d228a83..6ec17a79 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -107,5 +107,7 @@ }; }; + security.sudo.wheelNeedsPassword = true + system.stateVersion = "22.05"; }