mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
NixOS: Don't require sudo password for wheel group
This commit is contained in:
parent
ebd0e35dff
commit
3ab9ca5988
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue