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 {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
wifiInterface = lib.mkIf wireless wifiInterface;
|
||||
};
|
||||
} // (if wireless then {
|
||||
wifiInterface = wifiInterface;
|
||||
} else {});
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
|
Loading…
Reference in New Issue
Block a user