summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-23 17:29:26 -0400
committerJoey Hess2015-10-23 17:29:26 -0400
commit7f84f196076136252c3d50526ae1805758cf0f2a (patch)
tree794098fb7ee398f68956fde4a798e9df7235cc55 /config-joey.hs
parent1cd7f557f0c89714c47855f38583073c313674f2 (diff)
Hostname.sane and Hostname.setTo can now safely be used as a property of a chroot, and won't affect the hostname of the host system.
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 1d39419a..8de259b3 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -91,6 +91,7 @@ darkstar = host "darkstar.kitenet.net"
where
c d = Chroot.debootstrapped mempty d
& os (System (Debian Unstable) "amd64")
+ & Hostname.setTo "demo"
& Apt.installed ["linux-image-amd64"]
& User "root" `User.hasInsecurePassword` "root"