summaryrefslogtreecommitdiff
path: root/config/pjournal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/pjournal.nix')
-rw-r--r--config/pjournal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pjournal.nix b/config/pjournal.nix
index 59c9af8..2c6fc11 100644
--- a/config/pjournal.nix
+++ b/config/pjournal.nix
@@ -52,7 +52,7 @@ in
# This will fail the first time. Run pjournal init to initialize
# the database.
${cfg.package}/bin/pjournal \
- --database_url postgres://pjournal@/pjournal \
+ --database-url postgres://pjournal@/pjournal \
--port ${toString cfg.port}
'';
serviceConfig = {