summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-06 13:22:21 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-06 13:22:21 +0200
commit9cd2fd2d3ceee11afbcfdaae902fea75d25756ea (patch)
tree5202000646f06adf230ccced5e9965c5480babd0
parent52aee26504600276c9ab42b40d0d1af221fbd3e0 (diff)
downloadnixos-9cd2fd2d3ceee11afbcfdaae902fea75d25756ea.tar
nixos-9cd2fd2d3ceee11afbcfdaae902fea75d25756ea.tar.gz
nixos-9cd2fd2d3ceee11afbcfdaae902fea75d25756ea.tar.bz2
nixos-9cd2fd2d3ceee11afbcfdaae902fea75d25756ea.tar.xz
nixos-9cd2fd2d3ceee11afbcfdaae902fea75d25756ea.zip
-rw-r--r--custom/uucp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix
index feb783fc..70f3d5db 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" "-N" "" ];
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