commit af871d520f3591a39e737df4b25e208598326fb1
parent 31fd7d46610463171f8573a3ce516403bd3e384e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 28 Jan 2024 01:18:24 +0100
Debug
Diffstat:
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -173,6 +173,9 @@ in {
address = [
"10.0.2.1/32"
];
+ gateway = [
+ "10.0.0.1"
+ ];
routes = [
{
routeConfig = {
@@ -198,6 +201,9 @@ in {
"49.13.24.105/32"
"2a01:4f8:c012:492::1/64"
];
+ gateway = [
+ "fe80::1"
+ ];
routes = [
{routeConfig.Gateway = "fe80::1";}
{
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -152,6 +152,9 @@ in {
address = [
"10.0.2.2/32"
];
+ gateway = [
+ "10.0.0.1"
+ ];
routes = [
{
routeConfig = {
@@ -177,6 +180,9 @@ in {
#MACAddress = "96:00:02:97:a7:51";
Name = "enp1s0";
};
+ gateway = [
+ "fe80::1"
+ ];
routes = [
{
routeConfig = {