host: Fix issue when wifi.nix is not imported
This commit is contained in:
parent
c2d5eb7cf0
commit
66ddcf0270
@ -165,9 +165,9 @@ let
|
|||||||
bluetooth = lib.mkIf wireless {
|
bluetooth = lib.mkIf wireless {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
} // (if wireless then {
|
||||||
wifiInterface = lib.mkIf wireless wifiInterface;
|
wifiInterface = wifiInterface;
|
||||||
};
|
} else {});
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
|
Loading…
Reference in New Issue
Block a user