diff options
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
50 | }; | 50 | }; |
51 | 51 | ||
52 | remoteNodes = mkOption { | 52 | remoteNodes = mkOption { |
53 | type = types.attrsOf (types.listOf str); | 53 | type = types.attrsOf (types.listOf types.str); |
54 | default = {}; | 54 | default = {}; |
55 | description = '' | 55 | description = '' |
56 | Ports to set up | 56 | Ports to set up |