hosts: Add wifiInterface
This commit is contained in:
parent
5250af0db2
commit
b6787676ce
@ -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"
|
||||||
];
|
];
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user