summary refs log tree commit diff
path: root/nixos/modules/services/networking/wireguard.nix
Commit message (Expand)AuthorAge
* nixos/wireguard: Remove .path systemd unit for privkey. Fixes #123203Niklas Hambüchen2021-05-28
* Merge pull request #121331 from nh2/wireguard-dynamicEndpointRefreshSecondsNiklas Hambüchen2021-05-24
|\
| * wireguard module: Add `dynamicEndpointRefreshSeconds` option.Niklas Hambüchen2021-05-16
| * wireguard module: Quote all command line arguments correctly.Niklas Hambüchen2021-04-30
* | wireguard module: generatePrivateKeyFile: Fix chmod security race. Fixes #121288Niklas Hambüchen2021-04-30
|/
* iproute: deprecate aliasSandro Jäckel2021-04-04
* nixos/wireguard: don't use aliasRobert Schütz2021-03-24
* nixos/wireguard: fix typos and unify formattingPhilipp Bartsch2020-07-19
* nixos/wireguard: Fix typo in error messageLuis Ressel2020-03-06
* fix wireguard service as well after it got upstreamed.Lengyel Balazs2020-02-22
* modules/wireguard: fix typo in documentationMarkus S. Wamser2020-02-07
* wireguard: add creation and destination namespacesLorenzo Manacorda2019-11-09
* nixos/wireguard: add peer service to interface dependencies (#62828)WilliButz2019-06-09
* wireguard: Don't fail if modprobe failsEelco Dolstra2019-06-06
* wireguard: attempt infinity times to resolve a peerGraham Christensen2019-05-31
* wireguard: add each peer in a separate serviceGraham Christensen2019-05-31
* Merge pull request #61971 from sjau/wg_client_startMaximilian Bosch2019-05-25
|\
| * wireguard: restart on failuresjau2019-05-25
* | wireguard service: allow empty interfacesNikolay Amiantov2019-05-25
|/
* Wrap 'wg' commands in <command>Graham Christensen2019-04-24
* wireguard: add generatePrivateKeyFile option + testGraham Christensen2019-04-24
* wireguard: don't modprobe if boot.isContainer is setRichard Marko2018-11-20
* wireguard: change preStop to postStop, require network.target (#45569)Yorick2018-09-02
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
* wireguard: Enable tools on other platformsKirill Elagin2018-05-19
* wireguard service: use scripts instead of ExecStarts/StopsNikolay Amiantov2018-04-22
* wireguard module: add device name environment varFranz Pletz2017-11-05
* wireguard: fix function for adding routesJoerg Thalheim2017-09-25
* networking.wireguard: added `allowedIpsAsRoutes` boolean to control peer routesAndreas Rammhold2017-09-25
* wireguard: convert "table" to an interface optionevujumenuk2017-08-08
* wireguard: remove "table" option from exampleevujumenuk2017-08-04
* wireguard: add per-peer routing table optionevujumenuk2017-08-04
* wireguard: sometimes module tries to re-add the default route, which fails - ...Aristid Breitkreuz2017-07-23
* wireguard: allow not storing private keys in world-readable /nix/store (#27433)Aristid Breitkreuz2017-07-17
* wireguard: preshared-key is now an attribute of the peerJason A. Donenfeld2017-05-09
* fix indentation in several nixos option descriptionsmichael bishop2016-12-16
* wireguard: remove dependency on ip-up.targetlbonn2016-12-01
* wireguard: add moduleEric Sagnes2016-10-06