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" =