adjust network config for nerd and remove old ip from nixdeploy
This commit is contained in:
parent
ed7db374c5
commit
8481fbf42b
@ -19,8 +19,18 @@
|
|||||||
matchConfig = {
|
matchConfig = {
|
||||||
Name = "ens18";
|
Name = "ens18";
|
||||||
};
|
};
|
||||||
address = [ "10.42.10.24/24" "fd00:10:42:10::24/64" "2a01:4f8:1c0c:8221::24/64" ];
|
address = [
|
||||||
gateway = [ "10.42.10.1" ];
|
"10.42.10.24/24"
|
||||||
|
"2a01:4f8:1c0c:8221::24/64"
|
||||||
|
];
|
||||||
|
gateway = [
|
||||||
|
"10.42.10.1"
|
||||||
|
"2a01:4f8:1c0c:8221::1"
|
||||||
|
];
|
||||||
|
dns = [
|
||||||
|
"10.42.10.1"
|
||||||
|
"2a01:4f8:1c0c:8221::1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -25,14 +25,13 @@
|
|||||||
address = [
|
address = [
|
||||||
"10.42.10.245/24"
|
"10.42.10.245/24"
|
||||||
"2a01:4f8:1c0c:8221::245/64"
|
"2a01:4f8:1c0c:8221::245/64"
|
||||||
"2a01:4f8:1c0c:8221:1337:42:10:1/64"
|
|
||||||
];
|
];
|
||||||
gateway = [
|
gateway = [
|
||||||
"10.42.10.1"
|
"10.42.10.1"
|
||||||
"2a01:4f8:1c0c:8221::1"
|
"2a01:4f8:1c0c:8221::1"
|
||||||
];
|
];
|
||||||
dns = [
|
dns = [
|
||||||
"10.42.10.245"
|
"10.42.10.1"
|
||||||
"2a01:4f8:1c0c:8221::1"
|
"2a01:4f8:1c0c:8221::1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user