summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-09-08 13:54:08 -0400
committerJoey Hess2018-09-08 13:54:08 -0400
commita0b0196425144a95ef2d09e917970ce1a6c029f8 (patch)
treeb9a016aa89b23ef8996c740d4342273586127c2c /joeyconfig.hs
parente3947306072b036cab2584c7c2a00a2ae7a372c2 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index c4272780..a125d0b0 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -82,9 +82,9 @@ darkstar = host "darkstar.kitenet.net" $ props
& Ssh.userKeys (User "joey") hostContext
[ (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICfFntnesZcYz2B2T41ay45igfckXRSh5uVffkuCQkLv joey@darkstar")
]
- -- & imageBuiltFor honeybee
- -- (RawDiskImage "/srv/honeybee.img")
- -- (Debootstrapped mempty)
+ & imageBuiltFor honeybee
+ (RawDiskImage "/srv/honeybee.img")
+ (Debootstrapped mempty)
& imageBuiltFor banana
(RawDiskImage "/srv/banana.img")
(Debootstrapped mempty)