summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-20 21:00:04 -0400
committerJoey Hess2018-10-20 21:00:04 -0400
commitfdb0a1872300fdd35e6dc8dab10104c17b320cb8 (patch)
tree6711bd14ca64d04259e5184a521137bb4d58f0e8 /joeyconfig.hs
parentbafe7a6c0e6687fc12a09e81cfde6d51e16781d0 (diff)
updates
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 1a1352c2..20c53ff7 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -186,7 +186,6 @@ honeybee = host "honeybee.kitenet.net" $ props
-- Workaround for https://bugs.debian.org/844056
`requires` File.hasPrivContent "/lib/firmware/brcm/brcmfmac43362-sdio.txt" anyContext
`requires` File.dirExists "/lib/firmware/brcm"
- & "/etc/default/rcS" `File.containsLine` "FSCKFIX=yes"
& Apt.serviceInstalledRunning "ntp" -- no hardware clock
& bootstrappedFrom GitRepoOutsideChroot
& Ssh.hostKeys hostContext
@@ -323,6 +322,7 @@ kite = host "kite.kitenet.net" $ props
[ (RelDomain "mouse-onion", CNAME $ AbsDomain "htieo6yu2qtcn2j3.onion")
, (RelDomain "beaver-onion", CNAME $ AbsDomain "tl4xsvaxryjylgxs.onion")
, (RelDomain "peregrine-onion", CNAME $ AbsDomain "ahw47zqw6qszoufl.onion")
+ , (RelDomain "sow-onion", CNAME $ AbsDomain "urt4g2tq32qktgtp.onion")
]
& myDnsPrimary "joeyh.name" []
& myDnsPrimary "ikiwiki.info" []