Update Midas network ip to correct one
This commit is contained in:
parent
48a2e3211d
commit
491183aa7d
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue