diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-13 09:47:08 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-13 09:47:08 +0200 |
commit | 717c739df423f0982893bf1033823ab31e0ae324 (patch) | |
tree | 8e04a4a40b68b2db36e6a725818adebd274a2bdb | |
parent | e9175fd7191588ea566bd7e4ab50f932a3aa9852 (diff) | |
download | wgautomesh-717c739df423f0982893bf1033823ab31e0ae324.tar.gz wgautomesh-717c739df423f0982893bf1033823ab31e0ae324.zip |
mention nixos package
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,7 +25,9 @@ Remarks/limitations: it does not provide facilities for dynamically adding more peers like many wireguard configuration tools do. `wgautomesh` was built for Deuxfleurs to integrate with our automated NixOS-based configuration management system. -A preliminary NixOS module for `wgautomesh` can be found [here](https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/src/branch/wgautomesh/nix/wgautomesh.nix) +`wgautomesh` is packaged in NixOS since version 23.05. +Configuration options are listed [here](https://search.nixos.org/options?from=0&size=50&sort=relevance&query=wgautomesh) +and closely mirror the structure of the configuration file described below. ### Sample configuration file |