diff options
Diffstat (limited to 'custom/uucp.nix')
-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 7fccb7e5..54f5aac4 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -60,7 +60,7 @@ let | |||
60 | publicKeys = mkOption { | 60 | publicKeys = mkOption { |
61 | type = types.listOf types.str; | 61 | type = types.listOf types.str; |
62 | default = []; | 62 | default = []; |
63 | description = "SSH public keys for this node"; | 63 | description = "SSH client public keys for this node"; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | generateKey = mkOption { | 66 | generateKey = mkOption { |