diff options
| author | Joey Hess <id@joeyh.name> | 2014-12-04 16:23:00 -0400 |
|---|---|---|
| committer | Joey Hess <id@joeyh.name> | 2014-12-04 16:23:00 -0400 |
| commit | 1106c305d05f910795b4b549ef0348ce6ba15b85 (patch) | |
| tree | deef27b95710522851ecbf3ec72a8892506aa166 | |
| parent | c99e367c3bb1da193c2d8f756b5fe3ec9c490b53 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 03f21330..a1ea21d1 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -55,7 +55,7 @@ hosts = -- (o) ` testvm :: Host testvm = host "testvm.kitenet.net" & os (System (Debian Unstable) "amd64") - & OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.netno") + & OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.net") `onChange` propertyList "fixing up after clean install" [ OS.preserveRootSshAuthorized ] |
