neptune: static v4 address for (usb nic) uplink

This commit is contained in:
vi
2025-12-01 00:00:00 +00:00
parent beffa195bf
commit 3eeb11571d

View File

@@ -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"