mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: postgresql: Define a default value.
* gnu/services/databases.scm (postgresql-service-type): Define a default value.
This commit is contained in:
parent
3bcfd41620
commit
8163f74542
1 changed files with 3 additions and 1 deletions
|
@ -331,7 +331,9 @@ host all all ::1/128 md5"))
|
|||
(const %postgresql-accounts))
|
||||
(service-extension
|
||||
profile-service-type
|
||||
(compose list postgresql-configuration-postgresql))))))
|
||||
(compose list postgresql-configuration-postgresql))))
|
||||
(default-value (postgresql-configuration
|
||||
(postgresql postgresql-10)))))
|
||||
|
||||
(define-deprecated (postgresql-service #:key (postgresql postgresql)
|
||||
(port 5432)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue