commit 19e310e74b84cd28ede1817c8cadabfda0946b40
parent 6d646389686d609b55198c3c21608397938e8d6d
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 20:15:37 +0200
Fix networkd
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -131,7 +131,7 @@
systemd.network.enable = true;
# Broken
- boot.initrd.systemd.network.wait-online.enable = false;
+ systemd.network.wait-online.enable = false;
systemd.network = {
netdevs = {
floating1 = {
@@ -525,9 +525,10 @@
source address 100.64.0.1;
strict bind 1;
ipv4 {
- import none;
+ #import none;
export all;
};
+ multihop 2;
graceful restart on;
neighbor 100.64.0.3 port 180 as 4242423867;
}