services.wgautomesh.gossipSecretFile
NixOS option
File containing the gossip secret, a shared secret key to use for gossip encryption. Required if enableGossipEncryption is set. This file may contain any arbitrary-length utf8 string. To generate a new gossip secret, use a command such as openssl rand -base64 32.
type: absolute pathdeclared in: nixos/modules/services/networking/wgautomesh.nixView source on NixOS/nixpkgs →