summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index 5f575daf..fc767cd2 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -150,5 +150,5 @@ data PrivDataField
type GpgKeyId = String
-data SshKeyType = SshRsa | SshDsa | SshEcdsa
+data SshKeyType = SshRsa | SshDsa | SshEcdsa | SshEd25519
deriving (Read, Show, Ord, Eq)