diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:21:13 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-06 13:21:13 +0200 |
commit | 52aee26504600276c9ab42b40d0d1af221fbd3e0 (patch) | |
tree | 4ade9d0c79ac7e2f5841742472fef31b10349b7d | |
parent | 7fc95640a269ee97cbfe4a5dd9a978e5ab9ebf66 (diff) | |
download | nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar.gz nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar.bz2 nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar.xz nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.zip |
…
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
57 | 57 | ||
58 | generateKey = mkOption { | 58 | generateKey = mkOption { |
59 | type = types.listOf types.string; | 59 | type = types.listOf types.string; |
60 | default = [ "-t ed25519" ]; | 60 | default = [ "-t" "ed25519" ]; |
61 | description = "Arguments to pass to `ssh-keygen` to generate a keypair for communication with this host"; | 61 | description = "Arguments to pass to `ssh-keygen` to generate a keypair for communication with this host"; |
62 | }; | 62 | }; |
63 | 63 | ||