From ca135e21814ec25222e206f98dae7dd6cbe8aedc Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 21 Apr 2025 23:36:07 -0400 Subject: [PATCH] add comment --- etcnixos/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/etcnixos/networking.nix b/etcnixos/networking.nix index 0042b92..963e53a 100644 --- a/etcnixos/networking.nix +++ b/etcnixos/networking.nix @@ -1,5 +1,6 @@ { hostname, ... }: { + # speed up boot times (by about three seconds) systemd.services.NetworkManager-wait-online.enable = false; networking = {