cleanup after NetworkManager
This commit is contained in:
parent
f78ba400be
commit
f1399d8f73
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user