1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Put user "root" in the group "root".

svn path=/nixos/trunk/; revision=9654
This commit is contained in:
Eelco Dolstra 2007-11-12 14:59:23 +00:00
parent a0f5a93229
commit 646c2e4dec

View file

@ -16,6 +16,7 @@ rec {
description = "System administrator";
home = "/root";
shell = defaultShell;
group = "root";
}
{ name = "nobody";
uid = ids.uids.nobody;