defiant: open loki port in the firewall

This commit is contained in:
Felix Albrigtsen 2024-03-07 23:45:08 +01:00
parent f0173ad68e
commit 556bd25ce3
1 changed files with 4 additions and 0 deletions

View File

@ -71,4 +71,8 @@ in {
};
};
};
networking.firewall.allowedTCPPorts = [
cfg.configuration.server.http_listen_port
];
}