Merge pull request #68368 from toonn/toxvpn-typo
nixos/toxvpn: Fix typo in option description
This commit is contained in:
commit
7256d10d00
@ -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
Block a user