From c07d24f6a723b766fbddc453842a0ef55929cb5c Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 14 Apr 2024 23:22:53 +0200 Subject: [PATCH] flora-6: add wg-ssh to ignored interfaces for systemd-wait-online to start successfully --- hosts/flora-6/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/flora-6/configuration.nix b/hosts/flora-6/configuration.nix index 3c3cbf8f..6ac9c97f 100644 --- a/hosts/flora-6/configuration.nix +++ b/hosts/flora-6/configuration.nix @@ -35,6 +35,7 @@ in #systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug"; systemd.network.wait-online.ignoredInterfaces = [ "docker0" + "wg-ssh" ]; # List services that you want to enable: