From b6787676ce31c337893b173fd0b9795686e6c485 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 4 Sep 2021 20:41:43 +0200 Subject: [PATCH] hosts: Add wifiInterface --- hosts/ayame.nix | 3 ++- hosts/mashu.nix | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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"