host/home: update wifi interface

This commit is contained in:
Dmitriy Pleshevskiy 2025-01-05 21:23:10 +03:00
parent 0c1c74fd6c
commit f1f59b0433
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 2 additions and 2 deletions
hosts/home
hardware-configuration
users

View file

@ -18,7 +18,7 @@
networking = {
useDHCP = false;
interfaces = {
wlp3s0.useDHCP = true;
wlp4s0.useDHCP = true;
# wlp11s0f3u2.useDHCP = true;
};
};

View file

@ -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;