commit 844911c9a5140d23a83ba973ac0248515f23f296
parent d35d88ce0a066dd4fb15188e077c189ddb2f1e41
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 19:48:29 +0200
Fix systemd-networkd timeout
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -130,6 +130,8 @@
hardware.enableAllFirmware = true;
systemd.network.enable = true;
+ # Broken
+ boot.initrd.systemd.network.wait-online.enable = false;
systemd.network = {
netdevs = {
floating1 = {