Skip to content

Commit

Permalink
Fix int to string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Nov 22, 2024
1 parent ca49166 commit f01cda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
Type = "simple";
};
environment = {
WEB_ECHO_LISTEN_PORT = "${config.services.web-echo.port}";
WEB_ECHO_LISTEN_PORT = (toString config.services.web-echo.port);
WEB_ECHO_PREFIX = config.services.web-echo.prefix;
};
serviceConfig = {
Expand Down

0 comments on commit f01cda0

Please sign in to comment.