From 6ac36a1092c578661467c08302ee4ca8526eb3c3 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Wed, 18 Oct 2017 09:10:51 +0200 Subject: [PATCH] changing names --- mail-server/users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-server/users.nix b/mail-server/users.nix index 2d98d84..a519985 100644 --- a/mail-server/users.nix +++ b/mail-server/users.nix @@ -20,12 +20,12 @@ with config.mailserver; let vmail_user = [{ - name = "vmail"; + name = "vmail2"; isNormalUser = false; uid = vmailUIDStart; home = mailDirectory; createHome = true; - group = "vmail"; + group = "vmail2"; }]; # accountsToUser :: String -> UserRecord