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"; }