diff --git a/config-simple.hs b/config-simple.hs index b322692..b382815 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -27,9 +27,4 @@ hosts = & Apt.stdSourcesList & Apt.installed ["ssh"] & Cron.runPropellor (Cron.Times "30 * * * *") - , host "empress" - & os (System (Ubuntu "trusty") "amd64") - & Apt.stdSourcesList - & Apt.installed ["ssh"] - & Cron.runPropellor (Cron.Times "30 * * * *") ]