diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-08 14:42:18 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-08 14:42:18 +0200 |
commit | 83dd3ea25ac7ded159105e2501b438dac4e01e22 (patch) | |
tree | f53a75ac8c35133f090fddd20c9a1f1b44cf909c /nix | |
parent | 397a3fdfa9d9f9fd279ca45dee592d1b0c157b69 (diff) | |
download | nixcfg-83dd3ea25ac7ded159105e2501b438dac4e01e22.tar.gz nixcfg-83dd3ea25ac7ded159105e2501b438dac4e01e22.zip |
Update network configuration
Diffstat (limited to 'nix')
-rw-r--r-- | nix/deuxfleurs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/deuxfleurs.nix b/nix/deuxfleurs.nix index 2050776..09ba526 100644 --- a/nix/deuxfleurs.nix +++ b/nix/deuxfleurs.nix @@ -104,7 +104,7 @@ in # wesher overlay network services.wesher = { enable = true; - bindAddr = cfg.ipv6; + bindIface = cfg.network_interface; overlayNet = "${cfg.wesher_cluster_prefix}/${toString cfg.wesher_cluster_prefix_length}"; interface = "wg0"; logLevel = "debug"; |