From f1399d8f7370d5b0ad0f946a661599d548f33a7f Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Tue, 6 Jul 2021 01:44:31 +0300 Subject: [PATCH] cleanup after NetworkManager --- configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3172406..3865e62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,6 +11,7 @@ imports = [ ./hardware-configuration.nix + ./networks.nix ./kernel.nix ./samba.nix ]; @@ -28,10 +29,6 @@ # Set your time zone. time.timeZone = "Europe/Moscow"; - # replicates the default behaviour. - networking.useDHCP = false; - networking.networkmanager.enable = true; - # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = {