1
0
Fork 0

Renumber nixdeploy

This commit is contained in:
clerie 2022-07-12 19:20:21 +02:00
parent 6d7594314e
commit d2dc306be2
1 changed files with 13 additions and 2 deletions

View File

@ -22,8 +22,19 @@
matchConfig = {
Name = "eth0";
};
DHCP = "yes";
address = [ "2a01:4f8:1c0c:8221:1337:42:10:1/64" ];
address = [
"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"
];
};
};