nixos/mxisd: fix empty user name

This commit is contained in:
Pascal Bach 2020-01-08 23:17:24 +01:00
parent 76506ae42f
commit 0319241132

View file

@ -104,7 +104,6 @@ in {
users.groups.mxisd =
{
name = "";
gid = config.ids.gids.mxisd;
};