about summary refs log tree commit diff
path: root/nixos/modules/services/networking/wireguard.nix
AgeCommit message (Expand)AuthorFilesLines
2023-11-07nixos/wireguard: add wireguard to default kernel modulesRodrigo Gryzinski1-0/+1
2023-09-21nixos/wireguard: add metric optionBjørn Forsman1-1/+10
2023-05-16nixos/wireguard: allow customizing peer unit nametv1-10/+19
2023-03-04nixos/wireguard: fix mtu after switching netns.SEIAROTg1-1/+1
2023-02-16nixos/wireguard: make publicKeys singleLineStrspennae1-1/+1
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-12-15lib.replaceChars: warn about being a deprecated aliasArtturin1-1/+1
2022-12-02Merge pull request #140890 from seb314/wireguard/dyndns-restart-on-failureArtturi1-0/+24
2022-11-04nixos/wireguard: start new peers when they are addedGuillaume Girol1-2/+16
2022-10-28wireguard: when dyn-dns refresh is enabled, reconnect after failuresseb3141-0/+24
2022-10-01Merge pull request #191352 from maifel-maifel/mr-networking-deprecation-noteChristian Kögler1-2/+14
2022-09-28nixos/wireguard: add option to set mtudigital1-0/+14
2022-09-28nixos/wireguard: add option to set firewall markdigital1-0/+15
2022-09-15nixos/networking: add a suggestion to use networkd optionsdigital1-2/+14
2022-08-31nixos/*: convert straggler options to MDpennae1-13/+14
2022-08-03nixos/*: automatically convert option docs to MDpennae1-8/+8
2022-08-03nixos/*: normalize link formatpennae1-4/+2
2022-07-30treewide: automatically md-convert option descriptionspennae1-26/+26
2022-03-23nixos/wireguard: fix dependencies on network-related targetslinj1-4/+6
2021-12-09treewide: add defaultText for options with simple cfg.* expression defaultspennae1-1/+3
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-6/+4
2021-05-28nixos/wireguard: Remove .path systemd unit for privkey. Fixes #123203Niklas Hambüchen1-14/+0
2021-05-24Merge pull request #121331 from nh2/wireguard-dynamicEndpointRefreshSecondsNiklas Hambüchen1-24/+85
2021-05-16wireguard module: Add `dynamicEndpointRefreshSeconds` option.Niklas Hambüchen1-8/+65
2021-04-30wireguard module: Quote all command line arguments correctly.Niklas Hambüchen1-16/+20
2021-04-30wireguard module: generatePrivateKeyFile: Fix chmod security race. Fixes #121288Niklas Hambüchen1-5/+8
2021-04-04iproute: deprecate aliasSandro Jäckel1-3/+3
2021-03-24nixos/wireguard: don't use aliasRobert Schütz1-1/+1
2020-07-19nixos/wireguard: fix typos and unify formattingPhilipp Bartsch1-7/+8
2020-03-06nixos/wireguard: Fix typo in error messageLuis Ressel1-1/+1
2020-02-22fix wireguard service as well after it got upstreamed.Lengyel Balazs1-1/+1
2020-02-07modules/wireguard: fix typo in documentationMarkus S. Wamser1-1/+1
2019-11-09wireguard: add creation and destination namespacesLorenzo Manacorda1-11/+55
2019-06-09nixos/wireguard: add peer service to interface dependencies (#62828)WilliButz1-1/+1
2019-06-06wireguard: Don't fail if modprobe failsEelco Dolstra1-1/+1
2019-05-31wireguard: attempt infinity times to resolve a peerGraham Christensen1-0/+1
2019-05-31wireguard: add each peer in a separate serviceGraham Christensen1-26/+69
2019-05-25Merge pull request #61971 from sjau/wg_client_startMaximilian Bosch1-1/+3
2019-05-25wireguard: restart on failuresjau1-1/+3
2019-05-25wireguard service: allow empty interfacesNikolay Amiantov1-2/+10
2019-04-24Wrap 'wg' commands in <command>Graham Christensen1-8/+8
2019-04-24wireguard: add generatePrivateKeyFile option + testGraham Christensen1-3/+68
2018-11-20wireguard: don't modprobe if boot.isContainer is setRichard Marko1-1/+1
2018-09-02wireguard: change preStop to postStop, require network.target (#45569)Yorick1-2/+3
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-05-19wireguard: Enable tools on other platformsKirill Elagin1-2/+2
2018-04-22wireguard service: use scripts instead of ExecStarts/StopsNikolay Amiantov1-50/+51
2017-11-05wireguard module: add device name environment varFranz Pletz1-0/+1
2017-09-25wireguard: fix function for adding routesJoerg Thalheim1-1/+1
2017-09-25networking.wireguard: added `allowedIpsAsRoutes` boolean to control peer routesAndreas Rammhold1-2/+10