Move empty0 id to 1003
This commit is contained in:
parent
2a34c9d427
commit
3f716bc2c1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
groups = {
|
||||
fhauser.gid = 1000;
|
||||
das-g.gid = 1001;
|
||||
empty0.gid = 1002;
|
||||
empty0.gid = 1003;
|
||||
};
|
||||
|
||||
users = rec {
|
||||
|
@ -33,7 +33,7 @@
|
|||
};
|
||||
|
||||
empty0 = {
|
||||
uid = 1002;
|
||||
uid = 1003;
|
||||
isNormalUser = true;
|
||||
description = "Testuser empty0";
|
||||
group = "empty0";
|
||||
|
|
Loading…
Add table
Reference in a new issue