summaryrefslogtreecommitdiff
path: root/HostProp.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 01:44:36 -0400
committerJoey Hess2014-03-30 01:44:36 -0400
commit1e045b67b9cb8bf60019f0c72279e2be438db72d (patch)
tree2c44e6efdcef8ae5fe3181edf3ce63811ec51856 /HostProp.hs
parent13431d874cbaa333150e3f3cbf14b4f72062d94a (diff)
unattended updates
Diffstat (limited to 'HostProp.hs')
-rw-r--r--HostProp.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/HostProp.hs b/HostProp.hs
index 2b393cdd..25120e27 100644
--- a/HostProp.hs
+++ b/HostProp.hs
@@ -38,6 +38,9 @@ getProperties "clam.kitenet.net" =
, GitHome.installedFor "joey"
-- Clam is a tor bridge.
, Tor.isBridge
+ -- This is not an important system so I don't want to need to
+ -- manually upgrade it.
+ , Apt.unattendedUpgrades True
-- Should come last as it reboots.
, Apt.installed ["systemd-sysv"] `onChange` Reboot.scheduled "+10"
]