summaryrefslogtreecommitdiff
path: root/hosts/microwave/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/microwave/hardware-configuration.nix')
-rw-r--r--hosts/microwave/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
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.<interface>.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";