commit cde7c94e856682e5422810e48bb19526bf6a4d55
parent 3bcd2bc518985ed0348b64609e7f2be4454c57ff
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 19:22:34 +0100
Meow
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -480,6 +480,7 @@ in {
if proto = "direct1" then reject;
accept;
};
+ import all;
};
}
protocol kernel {
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -580,6 +580,7 @@ in {
if proto = "direct1" then reject;
accept;
};
+ import all;
};
}
protocol kernel {