Update Midas network ip to correct one

This commit is contained in:
Bun 2025-04-16 22:17:18 -04:00
parent 48a2e3211d
commit 491183aa7d

View file

@ -1,13 +1,13 @@
{ ... }: { ... }:
{ {
networking = { networking = {
interfaces."eno1".ipv4.addresses = [{ interfaces."enp0s31f6".ipv4.addresses = [{
address = "10.2.0.1"; address = "10.2.0.1";
prefixLength = 8; prefixLength = 8;
}]; }];
defaultGateway = { defaultGateway = {
address = "10.1.0.1"; address = "10.1.0.1";
interface = "eno1"; interface = "enp0s31f6";
}; };
nftables.tables.forwarding = { nftables.tables.forwarding = {
family = "inet"; family = "inet";