This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new d856f0a hydra: lakeside: Add NTP.
d856f0a is described below
commit d856f0adc08599db84709b36bb97f019fda849ee
Author: Christopher Baines <[email protected]>
AuthorDate: Thu Feb 3 07:50:17 2022 +0000
hydra: lakeside: Add NTP.
* hydra/lakeside.scm <services>: Add the ntp service.
---
hydra/lakeside.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hydra/lakeside.scm b/hydra/lakeside.scm
index 88d594e..8c1eb5e 100644
--- a/hydra/lakeside.scm
+++ b/hydra/lakeside.scm
@@ -132,6 +132,8 @@ ssl_prefer_server_ciphers on;"))
(name-servers
'("185.12.64.1" "185.12.64.2")))))
+ (service ntp-service-type)
+
(service prometheus-node-exporter-service-type)
(service certbot-service-type