remove hostname from config, it breaks tests
This commit is contained in:
parent
82cd71835b
commit
12f16b2239
|
@ -22,8 +22,6 @@ in
|
|||
{
|
||||
config = with cfg; lib.mkIf enable {
|
||||
|
||||
networking.hostName = "${hostPrefix}.${domain}";
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 25 587 ]
|
||||
++ (if enableImap then [ 143 ] else [])
|
||||
|
|
Loading…
Reference in New Issue