From 71b2bfcdb473e30260fbcc514259572cbf85a715 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Sep 2014 14:48:42 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-joey.hs b/config-joey.hs index 9f28b4c..3980928 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -127,7 +127,9 @@ kite = standardSystemUnhardened "kite.kitenet.net" Unstable "amd64" `requires` Ssh.keyImported SshRsa "root" (Context "kite.kitenet.net") `requires` Ssh.knownHost hosts "eubackup.kitenet.net" "root" + & Apt.serviceInstalledRunning "ntp" + & "/etc/timezone" `File.hasContent` ["US/Eastern"] & alias "smtp.kitenet.net" & alias "imap.kitenet.net"