Forgot semicolon

This commit is contained in:
niten 2021-10-13 21:03:43 -07:00
parent 24dc18ee81
commit 6a9ce2e118

View File

@ -199,7 +199,7 @@ rec {
type = mkOption { type = mkOption {
type = enum [ "rsa" "ecdsa" "ed25519" ]; type = enum [ "rsa" "ecdsa" "ed25519" ];
description = "SSH key type." description = "SSH key type.";
}; };
}; };
}; };