1
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
2 changed files with 13 additions and 4 deletions

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"
];
};