diff options
-rw-r--r-- | custom/uucp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 8ce028ba..5b6d32b3 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -28,6 +28,7 @@ with lib; | |||
28 | 28 | ||
29 | sshConfig = mkOption { | 29 | sshConfig = mkOption { |
30 | type = types.str; | 30 | type = types.str; |
31 | default = ""; | ||
31 | description = "~uucp/.ssh/config"; | 32 | description = "~uucp/.ssh/config"; |
32 | }; | 33 | }; |
33 | 34 | ||