diff --git a/nixos-module.nix b/nixos-module.nix index 2fdac8a..ef471f4 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -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 {