guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: bayfront: Use nginx-service-type.


From: Andreas Enge
Subject: 01/01: hydra: bayfront: Use nginx-service-type.
Date: Mon, 28 Aug 2017 16:26:26 -0400 (EDT)

andreas pushed a commit to branch master
in repository maintenance.

commit 036cd842fcecea9e56aa4e9f9b0086e80f6b138e
Author: Andreas Enge <address@hidden>
Date:   Mon Aug 28 22:19:20 2017 +0200

    hydra: bayfront: Use nginx-service-type.
    
    * hydra/bayfront.scm <services>: Use NGINX-SERVICE-TYPE instead of 
'nginx-service'.
---
 hydra/bayfront.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index a72dff2..fbf945f 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -226,9 +226,11 @@ Happy hacking!\n"))
                              (compression-level 9)
                              (workers 8)))
 
-                   (nginx-service #:config-file
-                                  (file-append %nginx-config
-                                               "/bayfront.conf"))
+                   (service nginx-service-type
+                            (nginx-configuration
+                             (file
+                              (file-append %nginx-config "/bayfront.conf"))))
+
                    %nginx-mime-types
                    %nginx-cache-activation
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]