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";