adjust network config for nerd and remove old ip from nixdeploy
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
Reference in New Issue
Block a user