Update wg-quick.nix

Update wg-quick.nix such that a search for `WireGuard` in the `NixOS Options` section of search.nixos.org brings up the convenient `networking.wg-quick.interfaces.wg0.configFile` option.
This commit is contained in:
Aryeh Hillman 2023-09-23 23:45:00 -07:00 committed by Jörg Thalheim
parent 4a78534875
commit b6766564ed

View file

@ -17,6 +17,8 @@ let
type = with types; nullOr str;
description = lib.mdDoc ''
wg-quick .conf file, describing the interface.
Using this option can be a useful means of configuring WireGuard if
one has an existing .conf file.
This overrides any other configuration interface configuration options.
See wg-quick manpage for more details.
'';