diff --git a/hosts/home/hardware-configuration/default.nix b/hosts/home/hardware-configuration/default.nix
index d54f7a2..a049286 100644
--- a/hosts/home/hardware-configuration/default.nix
+++ b/hosts/home/hardware-configuration/default.nix
@@ -18,7 +18,7 @@
   networking = {
     useDHCP = false;
     interfaces = {
-      wlp3s0.useDHCP = true;
+      wlp4s0.useDHCP = true;
       # wlp11s0f3u2.useDHCP = true;
     };
   };
diff --git a/hosts/home/users/default.nix b/hosts/home/users/default.nix
index cd3e31f..947f4d8 100644
--- a/hosts/home/users/default.nix
+++ b/hosts/home/users/default.nix
@@ -8,7 +8,7 @@
 
   home-manager.sharedModules = [
     {
-      local.window-manager.polybar.wifiDevice = "wlp3s0";
+      local.window-manager.polybar.wifiDevice = "wlp4s0";
 
       local.programs.terminals = {
         wezterm.fontSize = 10.0;