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 {
|
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 [])
|
||||||
|
|
Loading…
Reference in New Issue