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