From 7782139a4e7537e5fc3dcfb9e75c68582e1433d5 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Thu, 21 Sep 2017 11:04:17 +0200 Subject: [PATCH] remove potential conflicting user names --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 74c47c2..c1be464 100644 --- a/default.nix +++ b/default.nix @@ -113,7 +113,7 @@ in vmailUserName = mkOption { type = types.str; - default = "vmail"; + default = "vmailer"; description = '' The user name and group name of the user that owns the directory where all the mail is stored. @@ -122,7 +122,7 @@ in vmailGroupName = mkOption { type = types.str; - default = "vmail"; + default = "vmailer"; description = '' The user name and group name of the user that owns the directory where all the mail is stored.