diff options
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index e044f70c..bffb0802 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -95,14 +95,18 @@ darkstar = host "darkstar.kitenet.net" $ props & Ssh.userKeys (User "joey") hostContext [ (SshRsa, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YoyHxZwG5Eg0yiMTJLSWJ/+dMM6zZkZiR4JJ0iUfP+tT2bm/lxYompbSqBeiCq+PYcSC67mALxp1vfmdOV//LWlbXfotpxtyxbdTcQbHhdz4num9rJQz1tjsOsxTEheX5jKirFNC5OiKhqwIuNydKWDS9qHGqsKcZQ8p+n1g9Lr3nJVGY7eRRXzw/HopTpwmGmAmb9IXY6DC2k91KReRZAlOrk0287LaK3eCe1z0bu7LYzqqS+w99iXZ/Qs0m9OqAPnHZjWQQ0fN4xn5JQpZSJ7sqO38TBAimM+IHPmy2FTNVVn9zGM+vN1O2xr3l796QmaUG1+XLL0shfR/OZbb joey@darkstar") ] - & imageBuilt (RawDiskImage "/srv/test.img") mychroot MSDOS - [ partition EXT4 `mountedAt` "/" + & imageBuilt (RawDiskImage "/srv/test.img") + (hostChroot lime (Debootstrapped mempty)) + MSDOS + [ partition EXT4 + `mountedAt` "/" `setSize` MegaBytes 4096 ] - where - mychroot d = debootstrapped mempty d $ props - & osDebian Unstable ARMHF - & Machine.olimex_A10_OLinuXino_LIME + +lime :: Host +lime = host "lime.kitenet.net" $ props + & osDebian Unstable ARMHF + & Machine.olimex_A10_OLinuXino_LIME gnu :: Host gnu = host "gnu.kitenet.net" $ props |
