2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: berlin: Add missing module import.

* hydra/nginx/berlin.scm: Use (gnu services web) module.
This commit is contained in:
Ricardo Wurmus 2018-12-29 11:13:22 +01:00
parent 5132c64f3b
commit a54f0125ed
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1,5 +1,7 @@
;; Nginx configuration for ci.guix.info
(use-modules (gnu services web))
;; TODO: these settings cannot currently expressed with Guix:
;; # This is a 72-core machine, but let's not use all of them for nginx.