mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
5bc5371b34
commit
3f3d66377c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ (define-module (gnu services cuirass)
|
|||
;;;; 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
|
||||
|
|
Loading…
Reference in a new issue