quitte: set new ip
This commit is contained in:
parent
db4eab1c0d
commit
bef4f24477
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@
|
||||||
networks."10-wired-default" = {
|
networks."10-wired-default" = {
|
||||||
matchConfig.Name = "enp65s0f0np0";
|
matchConfig.Name = "enp65s0f0np0";
|
||||||
|
|
||||||
address = [ "141.30.30.169/25" ];
|
address = [ "141.30.30.194/26" "141.30.30.129/26" ];
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
routeConfig.Gateway = "141.30.30.129";
|
routeConfig.Gateway = "141.30.30.193";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
networkConfig = {
|
networkConfig = {
|
||||||
|
|
Loading…
Reference in a new issue