summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-10-01 19:41:05 -0400
committerJoey Hess2016-10-01 19:41:05 -0400
commit25c722819042ada1efe91567a839105e5a6757bc (patch)
tree4df88f868685f606b1bb1c95f17edcea3bf0ae3b /joeyconfig.hs
parent96b551f2ffc72be23c0510e52a0b6896a5fd9bd0 (diff)
parent2413f4d6a633b815fda69db8dc8b3fbdb377e963 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 15a00f7c..08ff081b 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -489,7 +489,8 @@ keysafe = host "keysafe.joeyh.name" $ props
& Tor.bandwidthRate (Tor.PerMonth "750 GB")
-- keysafe installed manually until package is available
-
+ & Systemd.enabled "keysafe"
+
& Gpg.keyImported (Gpg.GpgKeyId "CECE11AE") (User "root")
& Ssh.knownHost hosts "usw-s002.rsync.net" (User "root")
& Ssh.userKeys (User "root")