nixos-module: minimalize db config

This commit is contained in:
Astro 2022-12-20 00:58:57 +01:00
parent 6056f781f0
commit 7856385df0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
listen_port = cfg.listenPort;
priv_key_file = cfg.privKeyFile;
pub_key_file = cfg.pubKeyFile;
db = "host=localhost user=${cfg.user} dbname=${cfg.database}";
db = "dbname=${cfg.database}";
});
in
lib.mkIf cfg.enable {