0
0
Fork 0
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:
Eelco Dolstra 2014-04-29 10:51:42 +02:00
parent 0e23a175de
commit a142d68b43
5 changed files with 11 additions and 11 deletions

View file

@ -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;
};