summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--joeyconfig.hs2
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs8
2 files changed, 5 insertions, 5 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index b7ce7a44..51eef24c 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -187,7 +187,7 @@ honeybee = host "honeybee.kitenet.net" $ props
)
& JoeySites.cubieTruckOneWire
& Systemd.persistentJournal
- & Apt.installed ["firmware-atheros"]
+ & Apt.installed ["firmware-misc-nonfree"] -- wifi
& Apt.serviceInstalledRunning "ntp" -- no hardware clock
& bootstrappedFrom GitRepoOutsideChroot
& Ssh.hostKeys hostContext
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index f8e261a5..17279ee1 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1037,11 +1037,11 @@ house user hosts ctx sshkey = propertyList "home automation" $ props
createSymbolicLink d "/var/www/html"
)
-homerouterWifiInterfaceOld :: String
-homerouterWifiInterfaceOld = "wlx7cdd90400448"
-
homerouterWifiInterface :: String
-homerouterWifiInterface = "wlx7cdd90753b9f"
+homerouterWifiInterface = "wlx9cefd5fcd6f3"
+
+homerouterWifiInterfaceOld :: String
+homerouterWifiInterfaceOld = "wlx7cdd90753b9f"
-- My home router, running hostapd and dnsmasq,
-- with eth0 connected to a satellite modem, and a fallback ppp connection.