From f8e10c8707653fd1b2a83b57eb8876c0e7eb1447 Mon Sep 17 00:00:00 2001 From: Collin J. Doering Date: Wed, 1 Jan 2025 22:02:00 -0500 Subject: channels.scm: Update guix channel; explicitly specify postgres version --- .guix/guix-na/config/balg02.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.guix') 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") -- cgit v1.2.3