fix(asahi): set hardware.asahi.enable explicitly #70
@@ -27,6 +27,10 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Explicit rather than relying on the module default (which upstream will stop
|
||||||
|
# defaulting to true; the eval warns otherwise).
|
||||||
|
hardware.asahi.enable = true;
|
||||||
|
|
||||||
# Apple peripheral firmware (Wi-Fi/Bluetooth). The directory is gitignored and
|
# Apple peripheral firmware (Wi-Fi/Bluetooth). The directory is gitignored and
|
||||||
# populated out-of-band -- see README.
|
# populated out-of-band -- see README.
|
||||||
hardware.asahi.peripheralFirmwareDirectory = ../../modules/firmware;
|
hardware.asahi.peripheralFirmwareDirectory = ../../modules/firmware;
|
||||||
|
|||||||
Reference in New Issue
Block a user