diff --git a/base.nix b/base.nix index 0645f16..28446c7 100644 --- a/base.nix +++ b/base.nix @@ -27,6 +27,9 @@ users.default = { password = "visionfive-nix"; isNormalUser = true; + extraGroups = [ + "wheel" + ]; }; }; }