summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-05 15:30:34 -0400
committerJoey Hess2014-12-05 15:30:34 -0400
commitef8c1d22cd6f4957f9d169338899d5282698bc25 (patch)
treeb49ba3345759ae107196c68dd4d02eeb09719a1e /config-joey.hs
parentad822196aa268c09f3022fe856cc30ec69f3c4d1 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs10
1 files changed, 9 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index a1ea21d1..0e46cb56 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -57,8 +57,16 @@ testvm = host "testvm.kitenet.net"
& os (System (Debian Unstable) "amd64")
& OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.net")
`onChange` propertyList "fixing up after clean install"
- [ OS.preserveRootSshAuthorized
+ [ User.shadowConfig True
+ , OS.preserveRootSshAuthorized
+ , OS.preserveResolvConf
+ , Grub.boots "/dev/sda"
+ `requires` Grub.installed Grub.PC
]
+ & Hostname.sane
+ & Hostname.searchDomain
+ & Apt.installed ["linux-image-amd64"]
+ & Apt.installed ["ssh"]
darkstar :: Host
darkstar = host "darkstar.kitenet.net"