fix(alex): remove trailing space

This commit is contained in:
Ashhhleyyy 2023-10-02 19:23:07 +01:00
parent 0dc2ab93b6
commit 779cddf4ac
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -30,7 +30,7 @@
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp0s25.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;