diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:33:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:33:44 -0400 |
| commit | 47a0785fbc45a60560fbe4d34582f5215485c00f (patch) | |
| tree | 70891988da9255c07d86f37ad619ddb381fd55b4 | |
| parent | 0039fb6b5623fc7a690fa2a2d3fe20214de236d6 (diff) | |
update
| -rw-r--r-- | HostProp.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HostProp.hs b/HostProp.hs index 494498dc..1bc1373a 100644 --- a/HostProp.hs +++ b/HostProp.hs @@ -18,13 +18,13 @@ getProperties :: HostName -> [Property] getProperties hostname@"clam.kitenet.net" = [ cleanCloudAtCost hostname , standardSystem Apt.Unstable - -- 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 + -- Clam is a tor bridge. + , Tor.isBridge -- Should come last as it reboots. - , Apt.installed ["systemd-sysv"] `onChange` Reboot.now + --, Apt.installed ["systemd-sysv"] `onChange` Reboot.now ] -- add more hosts here... --getProperties "foo" = |
