Commit b6766564 authored by Aryeh Hillman's avatar Aryeh Hillman Committed by Jörg Thalheim
Browse files

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.
parent 4a785348
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
        '';