From a020b66fcb2c10e81409f5ebc7b3bdb40dbaef45 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 19:22:49 -0400 Subject: [PATCH] propellor spin --- config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.hs b/config.hs index ed12922..75309f6 100644 --- a/config.hs +++ b/config.hs @@ -42,8 +42,9 @@ getProperties hostname@"clam.kitenet.net" = Just , Apt.installed ["systemd-sysv"] `onChange` Reboot.now ] getProperties "orca.kitenet.net" = Just - [ Docker.configured + [ standardSystem Apt.Unstable , Apt.unattendedUpgrades True + , Docker.configured ] -- add more hosts here... --getProperties "foo" =