NixOS: Don't require sudo password for wheel group

This commit is contained in:
Gene Liverman 2023-09-11 23:15:38 -04:00
parent ebd0e35dff
commit 3ab9ca5988

View file

@ -94,6 +94,8 @@
];
};
security.sudo.wheelNeedsPassword = false;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;