From 4edfd251be4f0315154d18b6208f614264247623 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 14 Nov 2022 16:05:02 +0100 Subject: fix localed, back to stateless networking --- hosts/microwave/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/microwave/hardware-configuration.nix') diff --git a/hosts/microwave/hardware-configuration.nix b/hosts/microwave/hardware-configuration.nix index 7b2be8b..1652b60 100644 --- a/hosts/microwave/hardware-configuration.nix +++ b/hosts/microwave/hardware-configuration.nix @@ -54,7 +54,7 @@ # with explicit per-interface declarations with `networking.interfaces..useDHCP`. networking.useDHCP = lib.mkDefault true; networking.interfaces.enp53s0.useDHCP = lib.mkDefault true; - networking.interfaces.wlp54s0.useDHCP = lib.mkDefault true; + networking.interfaces.wlan0.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; -- cgit v1.3.1