diff --git a/configuration/common/default.nix b/configuration/common/default.nix index c3ab6d8..1bb26f5 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -10,6 +10,10 @@ keyMap = "de-latin1"; }; + security.sudo.wheelNeedsPassword = false; + + nix.trustedUsers = [ "@wheel" ]; + users.users.clerie = { isNormalUser = true; extraGroups = [ "wheel" ];