diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 12:28:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 12:28:16 +0200 |
commit | cc372b884bb592363e6c20cfed3130970ef1080a (patch) | |
tree | 18f32d0a3198c12c6a77abab7d5910f731d170c6 /custom | |
parent | dc6a9a2be33614e7526790abf2b5286b4558979e (diff) | |
download | nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar.gz nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar.bz2 nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar.xz nixos-cc372b884bb592363e6c20cfed3130970ef1080a.zip |
better description
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 07724ff7..26a2b4b8 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -28,9 +28,8 @@ in { | |||
28 | 28 | ||
29 | sshUser = mkOption { | 29 | sshUser = mkOption { |
30 | type = types.attrs; | 30 | type = types.attrs; |
31 | default = { | 31 | default = {}; |
32 | }; | 32 | description = "Overrides for the local uucp linux-user"; |
33 | description = "The local uucp linux-user"; | ||
34 | }; | 33 | }; |
35 | 34 | ||
36 | sshConfig = mkOption { | 35 | sshConfig = mkOption { |