From f235052f656bedc0fe114d0fbeebc6c327c7dc88 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 27 Apr 2016 13:22:29 +0200 Subject: typo --- custom/uucp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/uucp.nix') diff --git a/custom/uucp.nix b/custom/uucp.nix index afaf8508..39c2999c 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix @@ -50,7 +50,7 @@ in { }; remoteNodes = mkOption { - type = types.attrsOf (types.listOf str); + type = types.attrsOf (types.listOf types.str); default = {}; description = '' Ports to set up -- cgit v1.2.3