summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2019-09-19 16:43:27 -0400
committerJoey Hess2019-09-19 16:43:27 -0400
commit01312117a041c76d1c70aefee6e81223dbbd75cd (patch)
treee32a460ad8b64af21becf7717f79e0595b2bd6c0 /src/Propellor
parentf3fc82e3de124ef269ad4a7d9356157ed37ee7b5 (diff)
replaced failed wifi dongle
was dropping out, appears corroded inside
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 25bd780b..f8e261a5 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1038,10 +1038,10 @@ house user hosts ctx sshkey = propertyList "home automation" $ props
)
homerouterWifiInterfaceOld :: String
-homerouterWifiInterfaceOld = "wlx00c0ca82eb78" -- thinkpenguin wifi adapter
+homerouterWifiInterfaceOld = "wlx7cdd90400448"
homerouterWifiInterface :: String
-homerouterWifiInterface = "wlx7cdd90400448" -- small wifi dongle
+homerouterWifiInterface = "wlx7cdd90753b9f"
-- My home router, running hostapd and dnsmasq,
-- with eth0 connected to a satellite modem, and a fallback ppp connection.