summaryrefslogtreecommitdiff
path: root/custom/uucp.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-06 13:21:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-06 13:21:13 +0200
commit52aee26504600276c9ab42b40d0d1af221fbd3e0 (patch)
tree4ade9d0c79ac7e2f5841742472fef31b10349b7d /custom/uucp.nix
parent7fc95640a269ee97cbfe4a5dd9a978e5ab9ebf66 (diff)
downloadnixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar
nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar.gz
nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar.bz2
nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.tar.xz
nixos-52aee26504600276c9ab42b40d0d1af221fbd3e0.zip
Diffstat (limited to 'custom/uucp.nix')
-rw-r--r--custom/uucp.nix2
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