diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-19 15:27:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-19 15:30:26 -0400 |
| commit | d774e79b1eced30fc5a486d389d7de3b81b1fd70 (patch) | |
| tree | 2ebd2b7a25adeb0d6c8dc469beb8a47a535a7462 /src | |
| parent | 9bbc84c272be248948451f935d5b0a18fc625845 (diff) | |
switch to kite4
lost kite2 ed25519 key
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Tor.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Tor.hs b/src/Propellor/Property/Tor.hs index 7a9402b9..710007cb 100644 --- a/src/Propellor/Property/Tor.hs +++ b/src/Propellor/Property/Tor.hs @@ -53,8 +53,8 @@ named n = configured [("Nickname", n')] where n' = saneNickname n --- | Configures tor with secret_id_key, ed25519_master_id_public_key, and --- ed25519_master_id_secret_key from privdata. +-- | Configures tor with secret_id_key, ed25519_master_id_public_key, +-- and ed25519_master_id_secret_key from privdata. torPrivKey :: Context -> Property (HasInfo + DebianLike) torPrivKey context = mconcat (map go keyfiles) `requires` torPrivKeyDirExists |
