diff options
Diffstat (limited to '.guix')
-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") |