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 | |
parent | fe9d6bc6077cd80fb907f6373271526a844d5654 (diff) | |
download | guix-north-america-f8e10c8707653fd1b2a83b57eb8876c0e7eb1447.tar.gz |
channels.scm: Update guix channel; explicitly specify postgres version
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 5 | ||||
-rw-r--r-- | channels.scm | 2 |
2 files changed, 6 insertions, 1 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") diff --git a/channels.scm b/channels.scm index aa6a959..fd3da67 100644 --- a/channels.scm +++ b/channels.scm @@ -3,7 +3,7 @@ (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") (commit - "2a6d96425eea57dc6dd48a2bec16743046e32e06") + "40b9f330662cdccfa3d279aecc2f447d39f858d4") (introduction (make-channel-introduction "9edb3f66fd807b096b48283debdcddccfea34bad" |