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