optimize boot time

This commit is contained in:
2025-03-12 16:22:36 +01:00
parent 075a80ff73
commit 3dbddc068b

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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";