toString port

This commit is contained in:
Aaron Bieber 2023-01-10 18:33:16 -07:00
parent ec6a0c2000
commit 88d5dfd499
No known key found for this signature in database

View File

@ -83,7 +83,7 @@ in {
Group = cfg.group;
ExecStart =
"${cfg.package}/bin/pots -port ${cfg.port}";
"${cfg.package}/bin/pots -port ${toString cfg.port}";
EnvironmentFile = cfg.envFile;
};
};