From 3dbddc068bdf3a7fa278e604c1d90b0b72e132cd Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 12 Mar 2025 16:22:36 +0100 Subject: [PATCH] optimize boot time --- osConfigs/global.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osConfigs/global.nix b/osConfigs/global.nix index 7767f14..934fa30 100644 --- a/osConfigs/global.nix +++ b/osConfigs/global.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/02/09 01:43:46 by tomoron #+# #+# # -# Updated: 2025/03/10 00:30:30 by tomoron ### ########.fr # +# Updated: 2025/03/12 16:20:09 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -33,6 +33,9 @@ }; networking.networkmanager.enable = lib.mkDefault true; + networking.dhcpcd.enable = false; + systemd.network.enable = true; + networking.useNetworkd = true; time.timeZone = "Europe/Paris";