rekado pushed a commit to branch master
in repository maintenance.

commit a54f0125ed862412c43291e16417b9289891bb07
Author: Ricardo Wurmus <[email protected]>
Date:   Sat Dec 29 11:13:22 2018 +0100

    hydra: berlin: Add missing module import.
    
    * hydra/nginx/berlin.scm: Use (gnu services web) module.
---
 hydra/nginx/berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 7f8ef1a..cacd498 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -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.

Reply via email to