From 031924113286de1b9ded5603920c9cedfabfedb2 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Wed, 8 Jan 2020 23:17:24 +0100 Subject: [PATCH] nixos/mxisd: fix empty user name --- nixos/modules/services/networking/mxisd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/networking/mxisd.nix b/nixos/modules/services/networking/mxisd.nix index b59371d241e..482d6ff456b 100644 --- a/nixos/modules/services/networking/mxisd.nix +++ b/nixos/modules/services/networking/mxisd.nix @@ -104,7 +104,6 @@ in { users.groups.mxisd = { - name = ""; gid = config.ids.gids.mxisd; };