[fix] Use lib.optionals where possible
This commit is contained in:
@@ -73,6 +73,13 @@
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
hardware.bluetooth.settings = {
|
||||
General = {
|
||||
Name = "Ryu";
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
};
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = pkgs.lib.mkForce false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user