Renumber nixdeploy
This commit is contained in:
parent
6d7594314e
commit
d2dc306be2
@ -22,8 +22,19 @@
|
|||||||
matchConfig = {
|
matchConfig = {
|
||||||
Name = "eth0";
|
Name = "eth0";
|
||||||
};
|
};
|
||||||
DHCP = "yes";
|
address = [
|
||||||
address = [ "2a01:4f8:1c0c:8221:1337:42:10:1/64" ];
|
"10.42.10.245/24"
|
||||||
|
"2a01:4f8:1c0c:8221::245/64"
|
||||||
|
"2a01:4f8:1c0c:8221:1337:42:10:1/64"
|
||||||
|
];
|
||||||
|
gateway = [
|
||||||
|
"10.42.10.1"
|
||||||
|
"2a01:4f8:1c0c:8221::1"
|
||||||
|
];
|
||||||
|
dns = [
|
||||||
|
"10.42.10.245"
|
||||||
|
"2a01:4f8:1c0c:8221::1"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user