From 6a9ce2e1188752ba432436be5b6f4a3f97bd4a8b Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 13 Oct 2021 21:03:43 -0700 Subject: [PATCH] Forgot semicolon --- lib/types/host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/host.nix b/lib/types/host.nix index f186d5f..a2aa13a 100644 --- a/lib/types/host.nix +++ b/lib/types/host.nix @@ -199,7 +199,7 @@ rec { type = mkOption { type = enum [ "rsa" "ecdsa" "ed25519" ]; - description = "SSH key type." + description = "SSH key type."; }; }; };