diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 11:48:01 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 11:48:01 +0200 |
commit | e014f7c46775a635250e2fe1f6d1bf68ada9bd45 (patch) | |
tree | ef829dcefb1d7df7d0406d18407723f5b9c53578 | |
parent | 744d107061a585b477925dce1667cf450f2fa2c8 (diff) | |
download | nixos-e014f7c46775a635250e2fe1f6d1bf68ada9bd45.tar nixos-e014f7c46775a635250e2fe1f6d1bf68ada9bd45.tar.gz nixos-e014f7c46775a635250e2fe1f6d1bf68ada9bd45.tar.bz2 nixos-e014f7c46775a635250e2fe1f6d1bf68ada9bd45.tar.xz nixos-e014f7c46775a635250e2fe1f6d1bf68ada9bd45.zip |
default sshConfig
-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 | ||