all repos — nixfiles @ 88c70cd9cce67a4bb25f78199c98deb6de076ad1

System and user configuration, managed by nix and home-manager

linde: restrict systemd-networkd-wait-online to main interface
Alan Pearce alan@alanpearce.eu
Sun, 16 Jun 2024 22:07:15 +0200
commit

88c70cd9cce67a4bb25f78199c98deb6de076ad1

parent

9294f6f3e060b59ea6f1835810ba2f1d6c573a86

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -225,6 +225,9 @@ Address = "${net-ip4}/${net-mask4}";           Peer = "${net-gw}/32";
         }];
       };
+    wait-online = {
+      extraArgs = [ "--interface=${netif}" ];
+    };
   };
 
   services.tailscale = {