mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Fix some uid/gid attributes to match the actual user/group name
This commit is contained in:
parent
0e23a175de
commit
a142d68b43
5 changed files with 11 additions and 11 deletions
|
@ -44,7 +44,7 @@ in {
|
|||
|
||||
users.extraUsers = singleton
|
||||
{ name = fahUser;
|
||||
uid = config.ids.uids.foldingAtHome;
|
||||
uid = config.ids.uids.foldingathome;
|
||||
description = "Folding@Home user";
|
||||
home = stateDir;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue