defiant: open loki port in the firewall
This commit is contained in:
parent
f0173ad68e
commit
556bd25ce3
|
@ -71,4 +71,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
cfg.configuration.server.http_listen_port
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue