summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-12-12 18:51:22 -0400
committerJoey Hess2018-12-12 18:51:22 -0400
commit287887cff4e43b64a592121aaa7bc371433dd686 (patch)
tree14355270033ea83c6c4bd71115deef4bca299b3a
parentc4f91da56d5ba7e77bf3c642b4e7c9e88a0e935a (diff)
propellor spin
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index eabcd8c2..ce0e0ccd 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1033,11 +1033,11 @@ homePower user hosts ctx sshkey = propertyList "home power" $ props
-- rsync server command to be updated too.
rsynccommand = "rsync -e 'ssh -i" ++ sshkeyfile ++ "' -avz rrds/ joey@kitenet.net:/srv/web/homepower.joeyh.name/rrds/"
-homerouterWifiInterface :: String
-homerouterWifiInterface = "wlx00c0ca82eb78" -- thinkpenguin wifi adapter
-
homerouterWifiInterfaceOld :: String
-homerouterWifiInterfaceOld = "wlx7cdd90400448" -- small wifi dongle
+homerouterWifiInterfaceOld = "wlx00c0ca82eb78" -- thinkpenguin wifi adapter
+
+homerouterWifiInterface :: String
+homerouterWifiInterface = "wlx7cdd90400448" -- small wifi dongle
-- My home router, running hostapd and dnsmasq,
-- with eth0 connected to a satellite modem, and a fallback ppp connection.