chore: don't require root password for wheel users
This commit is contained in:
parent
d0d1229d44
commit
12c99707e2
|
@ -98,6 +98,8 @@ in
|
||||||
packages = with pkgs; [ firefox ];
|
packages = with pkgs; [ firefox ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs;
|
environment.systemPackages = with pkgs;
|
||||||
|
|
Loading…
Reference in a new issue