diff options
author | Collin J. Doering | 2025-01-01 22:02:00 -0500 |
---|---|---|
committer | Collin J. Doering | 2025-01-01 22:02:00 -0500 |
commit | f8e10c8707653fd1b2a83b57eb8876c0e7eb1447 (patch) | |
tree | f63d95a25bee7ccf33716a0600ccbc147263b5d7 /.guix/guix-na/config | |
parent | fe9d6bc6077cd80fb907f6373271526a844d5654 (diff) | |
download | guix-north-america-f8e10c8707653fd1b2a83b57eb8876c0e7eb1447.tar.gz |
channels.scm: Update guix channel; explicitly specify postgres version
Diffstat (limited to '.guix/guix-na/config')
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index e3741c8..e7bf777 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -21,11 +21,13 @@ #:use-module (gnu) #:use-module (gnu system) #:use-module (gnu packages bash) + #:use-module (gnu packages databases) #:use-module (gnu packages shells) #:use-module (gnu packages web) #:use-module (gnu services base) #:use-module (gnu services cuirass) #:use-module (gnu services certbot) + #:use-module (gnu services databases) #:use-module (gnu services networking) #:use-module (gnu services ssh) #:use-module (gnu services web) @@ -627,6 +629,9 @@ synonymous IETF language tags that should be mapped to the same $lang." (domains '("cuirass.genenetwork.org")) (deploy-hook %nginx-deploy-hook)))))) + (service postgresql-service-type + (postgresql-configuration + (postgresql postgresql-14))) (service cuirass-service-type (cuirass-configuration (host "localhost") |