summary refs log tree commit diff
path: root/nixos/modules/services/networking/wg-quick.nix
Commit message (Collapse)AuthorAge
* treewide: fix eval without aliases after ↵ajs1242021-04-08
| | | | 9378fdf87e0626e8c63a90a378c38444ff54808b
* nixos/wireguard: Fix mismatched XML tagaszlig2020-07-20
| | | | | | | | | | | Build error introduced in fe7053f75a912197f312d890740dd3bdde0ed994: parser error : Opening and ending tag mismatch: commmand line 6139 and command escription><para>Base64 preshared key generated by <commmand>wg genpsk</command> ^ Writing "command" with only two "m" fixes building the NixOS manual. Signed-off-by: aszlig <aszlig@nix.build>
* nixos/wireguard: fix typos and unify formattingPhilipp Bartsch2020-07-19
|
* nixos/wg-quick: Fix after wireguard got upstreamedBastian Köcher2020-04-03
|
* nixos/modules/networking/wg-quick Add wg-quick options supportReno Reckling2019-04-20
This is an implementation of wireguard support using wg-quick config generation. This seems preferrable to the existing wireguard support because it handles many more routing and resolvconf edge cases than the current wireguard support. It also includes work-arounds to make key files work. This has one quirk: We need to set reverse path checking in the firewall to false because it interferes with the way wg-quick sets up its routing.