Fix copy&paste error

This commit is contained in:
Jakob Lechner 2023-08-26 18:12:18 +00:00
parent c6813f937e
commit 54c764eb11
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -7,7 +7,7 @@ in
options.jalr = {
bluetooth.enable = pkgs.lib.mkEnableOption "Enable bluetooth" // { default = false; };
};
config = lib.mkIf cfg.uefi.enable {
config = lib.mkIf cfg.bluetooth.enable {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
services.ofono.enable = true;