about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index fb15bc13..7afba08d 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -142,6 +142,10 @@ in {
     location.latitude = 48.4284;
     location.longitude = 10.866;
 
+    # I occasionally run wg setups and I don't really care whether they're
+    # online or not.
+    systemd.network.wait-online.anyInterface = true;
+
     services = {
       openssh.enable = true;