From 744d107061a585b477925dce1667cf450f2fa2c8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 11:47:24 +0200 Subject: c&p typos --- custom/uucp.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'custom') diff --git a/custom/uucp.nix b/custom/uucp.nix index 660abbd6..8ce028ba 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -32,43 +32,43 @@ with lib; }; remoteNodes = mkOption { - types = types.listOf types.str; + type = types.listOf types.str; default = []; description = "List of ports to set up. You will probably need to configure these in sshConfig"; }; spoolDir = mkOption { - types = types.path; + type = types.path; default = "/var/spool/uucp"; description = "Spool directory"; }; lockDir = mkOption { - types = types.path; + type = types.path; default = "/var/spool/uucp"; description = "Lock directory"; }; pubDir = mkOption { - types = types.path; + type = types.path; default = "/var/spool/uucppublic"; description = "Public directory"; }; logFile = mkOption { - types = types.path; + type = types.path; default = "/var/log/uucp"; description = "Log file"; }; statFile = mkOption { - types = types.path; + type = types.path; default = "/var/log/uucp.stat"; description = "Statistics file"; }; debugFile = mkOption { - types = types.path; + type = types.path; default = "/var/log/uucp.debug"; description = "Debug file"; }; -- cgit v1.2.3