From bac67ee123b1587ea628d7ff348d42b025020bc4 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 7 Apr 2023 04:53:36 +0200 Subject: [PATCH] bicep: don't wait for all interfaces and especially not jokums --- hosts/bicep/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/bicep/configuration.nix b/hosts/bicep/configuration.nix index ad7e107..a43f256 100644 --- a/hosts/bicep/configuration.nix +++ b/hosts/bicep/configuration.nix @@ -24,6 +24,10 @@ matchConfig.Name = "enp6s0f0"; address = with values.hosts.bicep; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; + systemd.network.wait-online = { + ignoredInterfaces = [ "enp6s0f1" ]; + anyInterface = true; + }; # Do not change, even during upgrades. # See https://search.nixos.org/options?show=system.stateVersion