Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formatting a few files with treefmt | Franck Cuny | 2023-12-03 | 1 | -1/+1 |
| | |||||
* | wireguard: fix configuration of a few hosts | Franck Cuny | 2023-04-05 | 1 | -7/+2 |
| | |||||
* | hosts/carmel: add wireguard key | Franck Cuny | 2023-04-05 | 1 | -2/+2 |
| | |||||
* | wireguard: set the externalIP | Franck Cuny | 2022-03-02 | 1 | -0/+3 |
| | |||||
* | tahoe: wireguard setup | Franck Cuny | 2022-02-21 | 1 | -0/+3 |
| | |||||
* | wireguard: module and peers configurations | Franck Cuny | 2022-02-21 | 1 | -0/+15 |
Add a new module to automatically configure the peers for wireguard. The module needs a configuration file (in `configs/wireguard.toml`) which lists all the peers, their IP and and their public keys. The secret keys is encrypted as a secret with agenix. There's some initial documentation on how to use this setup. |