about summary refs log tree commit diff
path: root/nixos/modules/services/networking/wireguard.nix
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-08wireguard: convert "table" to an interface optionevujumenuk1-9/+11
2017-08-04wireguard: remove "table" option from exampleevujumenuk1-2/+1
2017-08-04wireguard: add per-peer routing table optionevujumenuk1-4/+15
2017-07-23wireguard: sometimes module tries to re-add the default route, which fails - ...Aristid Breitkreuz1-1/+1
2017-07-17wireguard: allow not storing private keys in world-readable /nix/store (#27433)Aristid Breitkreuz1-25/+60
2017-05-09wireguard: preshared-key is now an attribute of the peerJason A. Donenfeld1-13/+13
2016-12-16fix indentation in several nixos option descriptionsmichael bishop1-8/+13
2016-12-01wireguard: remove dependency on ip-up.targetlbonn1-1/+2
2016-10-06wireguard: add moduleEric Sagnes1-0/+225