From ee316fc4df988e1db3a0efc57ac94355803a6a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 3 Mar 2023 20:36:56 +0100 Subject: nixos/spt-mox2: fix invalid IP It should have been mox2 not mox. --- nixos/machine/spt-mox2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/machine/spt-mox2.nix b/nixos/machine/spt-mox2.nix index 32bd9b0..178a780 100644 --- a/nixos/machine/spt-mox2.nix +++ b/nixos/machine/spt-mox2.nix @@ -36,7 +36,7 @@ with lib; { }; interfaces.brlan.ipv4.addresses = [ { - address = config.cynerd.hosts.spt.mox; + address = config.cynerd.hosts.spt.mox2; prefixLength = 24; } ]; -- cgit v1.2.3