Move empty0 id to 1003

This commit is contained in:
Fabian Hauser 2020-12-01 12:57:33 +00:00
parent 2a34c9d427
commit 3f716bc2c1

View file

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