summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-05 16:33:23 -0400
committerJoey Hess2014-12-05 16:33:23 -0400
commit527975dffec07458e25f100257ec70a3c826c20d (patch)
tree05bfb206b068f281ab0dfbd93efd3695f906475f /config-joey.hs
parent2559b2348207ed9e914999e92fe9d26da0e1f5ad (diff)
hasSomePassword and hasPassword now check to make sure shadow passwords are enabled.
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index b41af4a2..c1eb0a23 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -57,8 +57,7 @@ testvm = host "testvm.kitenet.net"
& os (System (Debian Unstable) "amd64")
& OS.cleanInstallOnce (OS.Confirmed "testvm.kitenet.net")
`onChange` propertyList "fixing up after clean install"
- [ User.shadowConfig True
- , OS.preserveRootSshAuthorized
+ [ OS.preserveRootSshAuthorized
, OS.preserveResolvConf
, Apt.update
, Grub.boots "/dev/sda"