diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-26 19:56:04 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-26 19:56:04 -0400 |
| commit | 136b4d74c7deeff52c3c27754b68a8e81ef20863 (patch) | |
| tree | 45ca523b111127770c2ef3b0cc65d70d0a07e4d4 /joeyconfig.hs | |
| parent | 28f0b0d0e8bc33224037002fe29a7c06726d4139 (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 9 |
1 files changed, 8 insertions, 1 deletions
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"] |
