From bd783d415d810241bc9a186bc51a9476c9bb3a28 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Tue, 2 Apr 2024 16:05:00 +0200 Subject: [PATCH] boop --- nixos-modules/services/tailscale-openvpn.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos-modules/services/tailscale-openvpn.nix b/nixos-modules/services/tailscale-openvpn.nix index 3442d886..5eeb1d6e 100644 --- a/nixos-modules/services/tailscale-openvpn.nix +++ b/nixos-modules/services/tailscale-openvpn.nix @@ -19,9 +19,7 @@ with lib; { networking.bridges = { ${bridgeExt}.interfaces = [ ]; - } // (mapAttrs' - (server: _: nameValuePair (bridge server) ({ipv4.addresses = [];})) - cfg.config); + }; networking.interfaces = { ${bridgeExt}.ipv4.addresses = [{ address = "192.168.129.1"; prefixLength = 24; }]; };