summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-05 15:32:23 -0400
committerJoey Hess2014-12-05 15:32:23 -0400
commit5c686afab2279921f3da3baad792dc38d5c81687 (patch)
tree55ef76ec519098813d8c1bc86222f5b22b65fa79 /config-joey.hs
parentef8c1d22cd6f4957f9d169338899d5282698bc25 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 0e46cb56..b41af4a2 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -60,6 +60,7 @@ testvm = host "testvm.kitenet.net"
[ User.shadowConfig True
, OS.preserveRootSshAuthorized
, OS.preserveResolvConf
+ , Apt.update
, Grub.boots "/dev/sda"
`requires` Grub.installed Grub.PC
]