summaryrefslogtreecommitdiff
path: root/hosts/microwave/hardware-configuration.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-11-14 16:05:02 +0100
committerGrigory Shipunov2022-11-14 16:05:02 +0100
commit4edfd251be4f0315154d18b6208f614264247623 (patch)
tree675727f6e933dc1ba58cb660c5ccb2b5765a1837 /hosts/microwave/hardware-configuration.nix
parent3884eb2f82b93ebd9112f6a04c62a8a7d26662dd (diff)
fix localed, back to stateless networking
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";