1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 12:05:26 +03:00

additional-devices/uefi-x86_64-with-kernel: Ensure its kernel normalizes

This commit is contained in:
Samuel Dionne-Riel 2023-09-12 20:16:28 -04:00
parent 41e43d85de
commit 06366a3c09

View File

@ -54,5 +54,11 @@ in
FRAMEBUFFER_CONSOLE_ROTATION = yes;
FRAMEBUFFER_CONSOLE_DETECT_PRIMARY = yes;
})
(helpers: with helpers; {
WIRELESS = no;
CFG80211 = no;
CFG80211_WEXT = no;
})
];
}