commit e95601ec61ffa0ffc6f8713313057b9e1092fe88
parent b73dd2abc293650bbeeb011bc1ecf33ebc65e34b
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 8 Mar 2025 10:52:13 +0100
parent b73dd2abc293650bbeeb011bc1ecf33ebc65e34b
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 8 Mar 2025 10:52:13 +0100
configurations/nixos/configure/router/systemd-networkd: set ip on `dtagdsl` interface (to have access to the modem web-ui)
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configurations/nixos/configure/router/systemd-networkd.nix b/configurations/nixos/configure/router/systemd-networkd.nix @@ -60,6 +60,8 @@ "5-dtagdsl" = { matchConfig.Name = "dtagdsl"; + address = [ "192.168.1.2/24"]; + linkConfig.RequiredForOnline = false; networkConfig.LinkLocalAddressing = false; };