Switch to networkmanager for the desktop

This commit is contained in:
Grigory Shipunov 2023-04-29 00:40:53 +02:00
parent 2c558dfa3f
commit ce6c882435
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
3 changed files with 20 additions and 39 deletions

View file

@ -83,8 +83,8 @@
# 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.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;