summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 10:52:46 -0400
committerJoey Hess2014-03-31 10:52:46 -0400
commit0605b001287af78133028bd9b5de135a5cb177c2 (patch)
tree95537873d1026f865e617e028bb3adc456cd90dd /config.hs
parente3c116ad417974f32e213b3a0ac6d580c27e4b5f (diff)
propellor spin
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index a0851d61..ed129223 100644
--- a/config.hs
+++ b/config.hs
@@ -41,7 +41,7 @@ getProperties hostname@"clam.kitenet.net" = Just
-- Should come last as it reboots.
, Apt.installed ["systemd-sysv"] `onChange` Reboot.now
]
-getProperties "orca" = Just
+getProperties "orca.kitenet.net" = Just
[ Docker.configured
, Apt.unattendedUpgrades True
]