summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-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