remove hostname from config, it breaks tests

This commit is contained in:
Robin Raymond 2017-09-21 10:59:56 +02:00
parent 82cd71835b
commit 12f16b2239
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ in
{ {
config = with cfg; lib.mkIf enable { config = with cfg; lib.mkIf enable {
networking.hostName = "${hostPrefix}.${domain}";
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 25 587 ] allowedTCPPorts = [ 25 587 ]
++ (if enableImap then [ 143 ] else []) ++ (if enableImap then [ 143 ] else [])