cleanup after NetworkManager

This commit is contained in:
NeoTheFox 2021-07-06 01:44:31 +03:00
parent f78ba400be
commit f1399d8f73

View File

@ -11,6 +11,7 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
./networks.nix
./kernel.nix ./kernel.nix
./samba.nix ./samba.nix
]; ];
@ -28,10 +29,6 @@
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Moscow"; time.timeZone = "Europe/Moscow";
# replicates the default behaviour.
networking.useDHCP = false;
networking.networkmanager.enable = true;
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = { i18n.extraLocaleSettings = {