summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-06-16 22:07:15 +0200
committerAlan Pearce2024-06-16 22:07:15 +0200
commit88c70cd9cce67a4bb25f78199c98deb6de076ad1 (patch)
tree533fb22dfeba126aa376b5431b704b60cc288627 /system
parent9294f6f3e060b59ea6f1835810ba2f1d6c573a86 (diff)
downloadnixfiles-88c70cd9cce67a4bb25f78199c98deb6de076ad1.tar.lz
nixfiles-88c70cd9cce67a4bb25f78199c98deb6de076ad1.tar.zst
nixfiles-88c70cd9cce67a4bb25f78199c98deb6de076ad1.zip
linde: restrict systemd-networkd-wait-online to main interface
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 4bc28c92..b4630032 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -225,6 +225,9 @@ in
           Peer = "${net-gw}/32";
         }];
       };
+    wait-online = {
+      extraArgs = [ "--interface=${netif}" ];
+    };
   };
 
   services.tailscale = {