From 779cddf4acad7360511f51da004850d6cb3e276d Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 2 Oct 2023 19:23:07 +0100 Subject: [PATCH] fix(alex): remove trailing space --- hosts/alex/hardware-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alex/hardware-config.nix b/hosts/alex/hardware-config.nix index ba2e318..5c1961a 100644 --- a/hosts/alex/hardware-config.nix +++ b/hosts/alex/hardware-config.nix @@ -30,7 +30,7 @@ # with explicit per-interface declarations with `networking.interfaces..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;