summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2018-09-29 01:12:47 -0400
committerJoey Hess2018-09-29 01:12:47 -0400
commitc20b8ae4211fa95bb1832e30652a0461b9a23563 (patch)
treebd8bd45de8af72da0108f12aed7b0a2591c4bc4d /src/Propellor/Property/SiteSpecific
parent5563b3b7c3a73cb268599f0df96651e3625a6674 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 0b52fef4..e9eb0d5e 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1045,7 +1045,7 @@ homePower user hosts ctx sshkey = propertyList "home power" $ props
rsynccommand = "rsync -e 'ssh -i" ++ sshkeyfile ++ "' -avz rrds/ joey@kitenet.net:/srv/web/homepower.joeyh.name/rrds/"
homerouterWifiInterface :: String
-homerouterWifiInterface = "wlx7cdd90400448"
+homerouterWifiInterface = "wlan0" -- "wlx7cdd90400448" is a wifi dongle
-- My home router, running hostapd and dnsmasq,
-- with eth0 connected to a satellite modem, and a fallback ppp connection.