diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-16 11:57:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-16 11:57:41 -0400 |
| commit | 1b4fb7f0add1c6f4e50c1ca925b7f3d21097c7d3 (patch) | |
| tree | 771754c7a8d9760e21acbc8a3cb361c15164cab5 | |
| parent | f4cebc121aec0cb40a6651082170b90783ff430f (diff) | |
propellor spin
| -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") |
