diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 16:39:58 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-17 17:17:56 +0100 |
commit | 6664affaa0127123d9eeae54128f845246ec7194 (patch) | |
tree | fb0b5cd7c7d4bf2af64afbcd671ac105de76f146 /nix/deuxfleurs.nix | |
parent | a3edbb4100c992f46a5d586d3f516ab012b9cab4 (diff) | |
download | nixcfg-6664affaa0127123d9eeae54128f845246ec7194.tar.gz nixcfg-6664affaa0127123d9eeae54128f845246ec7194.zip |
wgautomesh gossip secret file
Diffstat (limited to 'nix/deuxfleurs.nix')
-rw-r--r-- | nix/deuxfleurs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index 4de99cf..e82e3f6 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -249,6 +249,7 @@ in enable = true; interface = "wg0"; gossipPort = 1666; + gossipSecretFile = "/var/lib/wgautomesh/gossip_secret"; upnpForwardPublicPort = let us = filter ({ hostname, ...}: hostname == config.networking.hostName) cfg.cluster_nodes; |