set port in module

This commit is contained in:
Robin Appelman 2024-02-23 20:43:45 +01:00
commit 2ac0058099

View file

@ -35,6 +35,7 @@ in {
wants = ["network-online.target"];
environment = {
RUST_LOG = cfg.logLevel;
PORT = toString cfg.port;
};
serviceConfig = {