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:
parent
4a78534875
commit
b6766564ed
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue