9 lines
120 B
Nix
9 lines
120 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
users = {
|
|
mutableUsers = false;
|
|
};
|
|
security.sudo.wheelNeedsPassword = lib.mkDefault false;
|
|
}
|