[NixOS] Accept all arguments in users

This commit is contained in:
Ivan Malison 2021-07-10 15:27:52 -06:00
parent 42a568eba1
commit bedee0b051
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,4 +1,4 @@
{ pkgs }:
{ pkgs, ... }:
{
security.sudo.wheelNeedsPassword = false;
users.extraUsers = let