From 7a47024c79bf06b4b79b13f97831fd668b0d665d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Jul 2017 23:15:13 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index d686f3d9..a48ebf9c 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -963,8 +963,7 @@ homeRouter = propertyList "home router" $ props ] & ipmasq "wlan0" & Apt.serviceInstalledRunning "netplug" - & Network.static' "eth0" (IPv4 "192.168.1.42") - (Just (Network.Gateway (IPv4 "192.168.1.1"))) + & Network.dhcp' "eth0" -- When satellite is down, fall back to dialup [ ("pre-up", "poff -a || true") , ("post-down", "pon") -- cgit v1.2.3