From 3eeb11571d05298d202e00e546a7bccb24b30872 Mon Sep 17 00:00:00 2001 From: vi Date: Mon, 1 Dec 2025 00:00:00 +0000 Subject: [PATCH] neptune: static v4 address for (usb nic) uplink --- machines/neptune/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index d6e492e..69e8651 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -12,6 +12,14 @@ clan.core.sops.defaultGroups = [ "admins" ]; clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; + networking.interfaces.enx00e04c106368 = { + useDHCP = false; + ipv4.addresses = [{ + address = "10.0.0.39"; + prefixLength = 24; + }]; + }; + services.yggdrasil.settings.Peers = lib.mkForce [ "tcp://newt.barry.town:1337" "tls://yg-hkg.magicum.net:32333"