diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-04 17:11:15 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-04 17:11:15 -0400 |
| commit | f1fd75c9ecee5f398a25488c73a541d4135887da (patch) | |
| tree | 9801546d9d8960e7019c9cdc05624189bb5f2353 /config-joey.hs | |
| parent | f78c2f16d1c93ee6fe2620916b7584d91d116723 (diff) | |
more work on OS takeover
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs index b617ccfa..a1ea21d1 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -54,11 +54,11 @@ hosts = -- (o) ` testvm :: Host testvm = host "testvm.kitenet.net" - & Chroot.provisioned (Chroot.debootstrapped (System (Debian Unstable) "amd64") Debootstrap.DefaultConfig "/new-os") - -- & OS.cleanInstall (OS.Confirmed "foo.example.com") [] - -- `onChange` propertyList "fixing up after clean install" - -- [ - -- ] + & os (System (Debian Unstable) "amd64") + & OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.net") + `onChange` propertyList "fixing up after clean install" + [ OS.preserveRootSshAuthorized + ] darkstar :: Host darkstar = host "darkstar.kitenet.net" |
