services: cuirass: Use "/tmp" database host.

This is a follow-up of c311147bd1.

* gnu/services/cuirass.scm (%cuirass-default-database): Use "/tmp" database
host.
This commit is contained in:
Mathieu Othacehe 2021-04-14 16:09:35 +02:00
parent 5bc5371b34
commit 3f3d66377c
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
;;;; Code:
(define %cuirass-default-database
"dbname=cuirass host=/var/run/postgresql")
"dbname=cuirass host=/tmp")
(define-record-type* <cuirass-remote-server-configuration>
cuirass-remote-server-configuration make-cuirass-remote-server-configuration