hosts: Add wifiInterface

This commit is contained in:
PapaTutuWawa 2021-09-04 20:41:43 +02:00
parent 5250af0db2
commit b6787676ce
2 changed files with 4 additions and 1 deletions

View File

@ -6,8 +6,9 @@ in mkHost config {
userName = "alexander"; userName = "alexander";
hostName = "ayame"; hostName = "ayame";
wireless = true; wireless = true;
wifiInterface = "wlan0";
overlays = [ "nur" "unstable" ]; overlays = [ "nur" "unstable" ];
hardwareImports = [ "intel" "wifi" "mobile" ]; hardwareImports = [ "intel" "mobile" ];
programImports = [ programImports = [
"zsh" "mpv" "git" "tmux" "firefox" "gnome-terminal" "gnome" "zsh" "mpv" "git" "tmux" "firefox" "gnome-terminal" "gnome"
]; ];

View File

@ -12,6 +12,8 @@ in mkHost config {
"mobile" "mobile"
"surface-pro6" "surface-pro6"
]; ];
wireless = true;
wifiInterface = "wlp1s0";
programImports = [ programImports = [
"zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n" "zsh" "git" "mpv" "tmux" "firefox" "gnome-terminal" "gnome" "i18n"
"distributed-build/offload.nix" "distributed-build/offload.nix"