From 52aee26504600276c9ab42b40d0d1af221fbd3e0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Apr 2018 13:21:13 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/uucp.nix') diff --git a/custom/uucp.nix b/custom/uucp.nix index 0f5d0e8e..feb783fc 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -57,7 +57,7 @@ let generateKey = mkOption { type = types.listOf types.string; - default = [ "-t ed25519" ]; + default = [ "-t" "ed25519" ]; description = "Arguments to pass to `ssh-keygen` to generate a keypair for communication with this host"; }; -- cgit v1.2.3