summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-04-27 12:28:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-04-27 12:28:16 +0200
commitcc372b884bb592363e6c20cfed3130970ef1080a (patch)
tree18f32d0a3198c12c6a77abab7d5910f731d170c6
parentdc6a9a2be33614e7526790abf2b5286b4558979e (diff)
downloadnixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar
nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar.gz
nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar.bz2
nixos-cc372b884bb592363e6c20cfed3130970ef1080a.tar.xz
nixos-cc372b884bb592363e6c20cfed3130970ef1080a.zip
better description
-rw-r--r--custom/uucp.nix5
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 {