summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
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)