diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:22:29 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:22:29 +0200 |
| commit | f235052f656bedc0fe114d0fbeebc6c327c7dc88 (patch) | |
| tree | 1f8134a1a8803175ff10146113509c939979f334 /custom | |
| parent | 681d4e7a94a1d41e6de09a499a7272927129094e (diff) | |
| download | nixos-f235052f656bedc0fe114d0fbeebc6c327c7dc88.tar nixos-f235052f656bedc0fe114d0fbeebc6c327c7dc88.tar.gz nixos-f235052f656bedc0fe114d0fbeebc6c327c7dc88.tar.bz2 nixos-f235052f656bedc0fe114d0fbeebc6c327c7dc88.tar.xz nixos-f235052f656bedc0fe114d0fbeebc6c327c7dc88.zip | |
typo
Diffstat (limited to 'custom')
| -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 |
