Generate mail accounts from a user list.
This commit is contained in:
parent
9f49f3fcf0
commit
51e986da9c
3 changed files with 17 additions and 9 deletions
|
@ -11,6 +11,7 @@ with lib;
|
|||
config.machine = rec {
|
||||
hostName = "Ophanim";
|
||||
administrators = [ { name = "derped"; id = 1337; } ];
|
||||
mailAccounts = [ "derped" "mailman3" ];
|
||||
domain = "ophanim.de";
|
||||
allowUnfree = true;
|
||||
conffiles = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue