diff options
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 11744001..79917556 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -490,7 +490,7 @@ keysafe = host "keysafe.joeyh.name" $ props -- keysafe installed manually until package is available - & Gpg.keyImported (Gpg.GpgKeyId "98147487") (User "root") + -- & Gpg.keyImported (Gpg.GpgKeyId "98147487") (User "root") & Ssh.knownHost hosts "usw-s002.rsync.net" (User "root") & Ssh.userKeys (User "root") (Context "keysafe.joeyh.name") |
