diff --git a/system/modules/network/default.nix b/system/modules/network/default.nix index e041fa71..dcf24231 100644 --- a/system/modules/network/default.nix +++ b/system/modules/network/default.nix @@ -103,5 +103,8 @@ in { inherit (cfg) allowedTCPPorts allowedUDPPorts; }; }; + + # We don't need this, the nfs mounts should retry until online + systemd.services.NetworkManager-wait-online.enable = false; }; }