nixos/toxvpn: Fix typo in option description
This commit is contained in:
parent
55256d644b
commit
a34b61ab30
|
@ -23,7 +23,7 @@ with lib;
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [];
|
default = [];
|
||||||
example = ''[ "toxid1" "toxid2" ]'';
|
example = ''[ "toxid1" "toxid2" ]'';
|
||||||
description = "peers to automacally connect to on startup";
|
description = "peers to automatically connect to on startup";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue