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";
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"
];

View File

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