guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Add ntp service.


From: Andreas Enge
Subject: 02/02: hydra: bayfront: Add ntp service.
Date: Sat, 9 Feb 2019 16:54:56 -0500 (EST)

andreas pushed a commit to branch master
in repository maintenance.

commit 85c0b49408e3b5fb78b3f8f534e4f1873c4dd1d5
Author: Andreas Enge <address@hidden>
Date:   Sat Feb 9 22:53:43 2019 +0100

    hydra: bayfront: Add ntp service.
    
    * hydra/bayfront.scm: Add ntp service, write tor service in modern style.
---
 hydra/bayfront.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index a75635d..fae5cb5 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -120,7 +120,9 @@ Happy hacking!\n"))
                                        '((22 "127.0.0.1:22")
                                          (80 "127.0.0.1:80")
                                          (443 "127.0.0.1:443")))
-                   (tor-service)
+                   (service tor-service-type)
+
+                   (service ntp-service-type)
 
                    (frontend-services %sysadmins
                                       #:nar-ttl (* 45 24 3600)



reply via email to

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