From f3fc82e3de124ef269ad4a7d9356157ed37ee7b5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 17 Sep 2019 11:55:54 -0400 Subject: propellor spin --- joeyconfig.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index 7d58b78a..fb9ee4b2 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -307,7 +307,7 @@ kite = host "kite.kitenet.net" $ props & JoeySites.kgbServer & Systemd.nspawned ancientKitenet - & Systemd.nspawned openidProvider + ! Systemd.nspawned openidProvider & alias "podcatcher.kitenet.net" & JoeySites.podcatcher -- cgit v1.2.3 From 01312117a041c76d1c70aefee6e81223dbbd75cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 19 Sep 2019 16:43:27 -0400 Subject: replaced failed wifi dongle was dropping out, appears corroded inside --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++-- 1 file 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. -- cgit v1.2.3 -- cgit v1.2.3 -- cgit v1.2.3 From f2328f19a9be8f97d31625456ffbf6c7783d89ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 21 Sep 2019 18:38:22 -0400 Subject: chef needs to go away, my little bit to help --- doc/README.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.mdwn b/doc/README.mdwn index 76d05255..e2d51e68 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -26,7 +26,7 @@ and and [Docker](http://hackage.haskell.org/package/propellor/docs/Propellor-Property-Docker.html), etc. -There is no special language as used in puppet, chef, ansible, etc.. just +There is no special language as used in puppet, ansible, etc.. just the full power of Haskell. Hopefully that power can be put to good use in making declarative properties that are powerful, nicely idempotent, and easy to adapt to a system's special needs! -- cgit v1.2.3