From 136b4d74c7deeff52c3c27754b68a8e81ef20863 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jul 2017 19:56:04 -0400 Subject: propellor spin --- joeyconfig.hs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index d51b4227..fa435abc 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -221,8 +221,15 @@ honeybee = host "honeybee.kitenet.net" $ props , "bogus-priv" , "interface=wlan0" , "domain=kitenet.net" - , "no-hosts" , "dhcp-range=10.1.1.100,10.1.1.150,24h" + , "no-hosts" + , "address=/honeybee.kitenet.net/10.1.1.1" + ] + `requires` File.hasContent "/etc/resolv.conf" + [ "domain kitenet.net" + , "search kitenet.net" + , "nameserver 8.8.8.8" + , "nameserver 8.8.4.4" ] & JoeySites.ipmasq "eth0" "wlan0" & Apt.installed ["ppp", "mtr", "iftop", "git-annex", "screen"] -- cgit v1.2.3