diff --git a/config-simple.hs b/config-simple.hs index b382815..b322692 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -27,4 +27,9 @@ 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 * * * *") ]