diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-09-23 11:46:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-09-23 11:46:23 -0400 |
| commit | c62bd91f9b35799dd0ed000474def3a5c5c975e7 (patch) | |
| tree | 7b5133e7378f9fdf34f4d926d9771975c39e941f | |
| parent | 2f7f02dec0beaa2e13cafbe74e1c2918a2de45fb (diff) | |
propellor spin
| -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") |
