summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 17:45:16 -0400
committerJoey Hess2017-11-17 17:45:16 -0400
commit15f50c065ad8197f2fae09a85c55a9d094851d0a (patch)
tree4af6be9444342bdf31403d352862296c8809d5ea /joeyconfig.hs
parent4857995cec0d5e42cab328be82425a40f4cf0afa (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index a887bee0..8d6904b8 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -96,7 +96,7 @@ darkstar = host "darkstar.kitenet.net" $ props
[ (SshRsa, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YoyHxZwG5Eg0yiMTJLSWJ/+dMM6zZkZiR4JJ0iUfP+tT2bm/lxYompbSqBeiCq+PYcSC67mALxp1vfmdOV//LWlbXfotpxtyxbdTcQbHhdz4num9rJQz1tjsOsxTEheX5jKirFNC5OiKhqwIuNydKWDS9qHGqsKcZQ8p+n1g9Lr3nJVGY7eRRXzw/HopTpwmGmAmb9IXY6DC2k91KReRZAlOrk0287LaK3eCe1z0bu7LYzqqS+w99iXZ/Qs0m9OqAPnHZjWQQ0fN4xn5JQpZSJ7sqO38TBAimM+IHPmy2FTNVVn9zGM+vN1O2xr3l796QmaUG1+XLL0shfR/OZbb joey@darkstar")
]
& imageBuilt (RawDiskImage "/srv/test.img")
- (hostChroot cubietruck (Debootstrapped mempty))
+ (hostChroot test (Debootstrapped mempty))
MSDOS
[ partition EXT2
`mountedAt` "/boot"
@@ -106,10 +106,10 @@ darkstar = host "darkstar.kitenet.net" $ props
`setSize` MegaBytes 750
]
-cubietruck :: Host
-cubietruck = host "cubietruck.kitenet.net" $ props
+test :: Host
+test = host "test.kitenet.net" $ props
& osDebian Unstable ARMHF
- & cubietech_Cubietruck
+ & lemaker_Banana_Pi
gnu :: Host
gnu = host "gnu.kitenet.net" $ props