summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 19:22:49 -0400
committerJoey Hess2014-03-31 19:22:49 -0400
commita020b66fcb2c10e81409f5ebc7b3bdb40dbaef45 (patch)
treeb2273cafdf48829b6f3b6be50382372d33a978fa /config.hs
parent6912fb41987241fb0cc9b432bcf00ff7743b0f96 (diff)
propellor spin
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index ed129223..75309f6c 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" =