diff options
| -rw-r--r-- | joeyconfig.hs | 3 |
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") |
