nixos/modules: users.(extraUsers|extraGroup->users|group)
This commit is contained in:
@@ -102,7 +102,7 @@ with lib;
|
||||
|
||||
environment.systemPackages = [ pkgs.hitch ];
|
||||
|
||||
users.extraUsers.hitch.group = "hitch";
|
||||
users.extraGroups.hitch = {};
|
||||
users.users.hitch.group = "hitch";
|
||||
users.groups.hitch = {};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user