diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/machine/spt-mox2.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; } ]; |