diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2026-01-14 21:04:35 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2026-01-14 21:04:35 +0300 |
| commit | cd6c861a1b8d692aecd8d906bd17e78f2995fc9a (patch) | |
| tree | 5b91505cb18a87129e470ddab6a65594d4f9edfc | |
| parent | nix: container-systemd-nixos-hev: Add route for 192.168.0.194/32. (diff) | |
| download | dotfiles-cd6c861a1b8d692aecd8d906bd17e78f2995fc9a.tar.gz | |
nix: container-systemd-nixos-awg: Comment dante session.
| -rw-r--r-- | nix/container-systemd-nixos-awg/peers/nixos-dante.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/nix/container-systemd-nixos-awg/peers/nixos-dante.conf b/nix/container-systemd-nixos-awg/peers/nixos-dante.conf index 51b7a85b5..b1c09ace9 100644 --- a/nix/container-systemd-nixos-awg/peers/nixos-dante.conf +++ b/nix/container-systemd-nixos-awg/peers/nixos-dante.conf @@ -1,10 +1,10 @@ -protocol bgp nixosdante { - local as OWNAS; - ipv4 { - next hop self; - import none; - export all; - }; - neighbor 192.168.0.110 as 64983; - multihop; -} +# protocol bgp nixosdante { +# local as OWNAS; +# ipv4 { +# next hop self; +# import none; +# export all; +# }; +# neighbor 192.168.0.110 as 64983; +# multihop; +# } |
