1
0
Fork 0

adjust network config for nerd and remove old ip from nixdeploy

This commit is contained in:
Ember 'n0emis' Keske 2022-07-13 20:02:56 +02:00
parent ed7db374c5
commit 8481fbf42b
No known key found for this signature in database
GPG Key ID: 00FAF748B777CF10
2 changed files with 13 additions and 4 deletions

View File

@ -19,8 +19,18 @@
matchConfig = {
Name = "ens18";
};
address = [ "10.42.10.24/24" "fd00:10:42:10::24/64" "2a01:4f8:1c0c:8221::24/64" ];
gateway = [ "10.42.10.1" ];
address = [
"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"
];
};
};

View File

@ -25,14 +25,13 @@
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"
"10.42.10.1"
"2a01:4f8:1c0c:8221::1"
];
};