Revert "Switch to networkmanager for the desktop"

This reverts commit ce6c882435.
This commit is contained in:
Grigory Shipunov 2023-05-10 12:41:34 +02:00
parent ddccfd94fe
commit 70934dcf60
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 41 additions and 21 deletions

View file

@ -82,9 +82,10 @@
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp1s0f0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
networking.interfaces.enp1s0f0.useDHCP = lib.mkDefault true;
#networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
networking.interfaces.wlan0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;