summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/hledger-web.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hledger-web.nix b/modules/hledger-web.nix
index bfe5e24..e8f9862 100644
--- a/modules/hledger-web.nix
+++ b/modules/hledger-web.nix
@@ -34,7 +34,7 @@ in {
script = ''
cd /var/lib/hledger-web
- hledger-web -f ${cfg.journalFile} --auto --port ${cfg.port}
+ hledger-web -f ${cfg.journalFile} --auto --port ${toString cfg.port}
'';
};