diff --git a/hosts/ayame.nix b/hosts/ayame.nix index 6c7ad6b..4b4fd91 100644 --- a/hosts/ayame.nix +++ b/hosts/ayame.nix @@ -6,8 +6,9 @@ in mkHost config { userName = "alexander"; hostName = "ayame"; wireless = true; + wifiInterface = "wlan0"; overlays = [ "nur" "unstable" ]; - hardwareImports = [ "intel" "wifi" "mobile" ]; + hardwareImports = [ "intel" "mobile" ]; programImports = [ "zsh" "mpv" "git" "tmux" "firefox" "gnome-terminal" "gnome" ]; diff --git a/hosts/mashu.nix b/hosts/mashu.nix index a25bbc4..e6ae33a 100644 --- a/hosts/mashu.nix +++ b/hosts/mashu.nix @@ -12,6 +12,8 @@ in mkHost config { "mobile" "surface-pro6" ]; + wireless = true; + wifiInterface = "wlp1s0"; programImports = [ "zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "distributed-build/offload.nix"