Forgot semicolon
This commit is contained in:
parent
24dc18ee81
commit
6a9ce2e118
@ -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.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user