Qualify user names

This commit is contained in:
John Boehr
2017-11-09 14:17:03 -08:00
parent bbca0bd678
commit f372754052
7 changed files with 30 additions and 23 deletions

View File

@@ -35,6 +35,7 @@ in
extraDomains = mkOption {
type = types.listOf types.str;
example = "[ example.com ]";
default = [];
description = "Extra domains that this mail server serves.";
};