summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2026-01-14 20:06:15 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2026-01-14 20:06:15 +0300
commit3efa9f891c1cdb649f0cf692bdcd4888154cd7bb (patch)
tree1290bb46078bb89694dd968eefb5475504caf380
parentnix: container-systemd-nixos-dante: peers: Add guix-workstation. (diff)
downloaddotfiles-3efa9f891c1cdb649f0cf692bdcd4888154cd7bb.tar.gz
nix: container-systemd-nixos-dante: Add filter to guix-workstation.
-rw-r--r--nix/container-systemd-nixos-dante/peers/guix-workstation.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/container-systemd-nixos-dante/peers/guix-workstation.conf b/nix/container-systemd-nixos-dante/peers/guix-workstation.conf
index 3428da6d9..008efd02f 100644
--- a/nix/container-systemd-nixos-dante/peers/guix-workstation.conf
+++ b/nix/container-systemd-nixos-dante/peers/guix-workstation.conf
@@ -2,7 +2,7 @@ protocol bgp guixworkstation {
local as OWNAS;
ipv4 {
next hop self;
- import all;
+ import filter { if (net = 141.80.181.40) then accept; reject; };
export none;
};
neighbor 192.168.0.191 as 64994;