* Put user "root" in the group "root".
svn path=/nixos/trunk/; revision=9654
This commit is contained in:
parent
a0f5a93229
commit
646c2e4dec
@ -16,6 +16,7 @@ rec {
|
|||||||
description = "System administrator";
|
description = "System administrator";
|
||||||
home = "/root";
|
home = "/root";
|
||||||
shell = defaultShell;
|
shell = defaultShell;
|
||||||
|
group = "root";
|
||||||
}
|
}
|
||||||
{ name = "nobody";
|
{ name = "nobody";
|
||||||
uid = ids.uids.nobody;
|
uid = ids.uids.nobody;
|
||||||
|
Loading…
Reference in New Issue
Block a user