Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documentation: clean up | Franck Cuny | 2023-03-10 | 1 | -2/+0 |
| | | | | | | | | Delete gnome's keyring documentation, I will not be using it anymore, so no need to keep this around. Add documentation about how to manage secrets, and clean up wireguard's documentation. | ||||
* | docs: update wireguard setup | Franck Cuny | 2022-02-21 | 1 | -0/+2 |
| | |||||
* | wireguard: module and peers configurations | Franck Cuny | 2022-02-21 | 1 | -0/+21 |
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. |