Getting closer to shared network-definition

This commit is contained in:
2021-02-28 00:15:26 -06:00
parent 1351bc2878
commit 36dbcb34ef
3 changed files with 32 additions and 193 deletions
+6
View File
@@ -115,5 +115,11 @@ in {
"IP of the host which will act as the default server for this domain, if any.";
default = null;
};
mx = mkOption {
type = listOf str;
description = "A list of mail servers serving this domain.";
default = [ ];
};
};
}