Little formatting fix

This commit is contained in:
Lillian Violet 2024-02-15 14:28:44 +01:00
parent 54589eb953
commit 032da60de7

View file

@ -60,19 +60,12 @@
# generated at installation time. So we force it to false
# for now.
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
enable = true;
pkiBundle = "/etc/secureboot";
};
#boot = {
#loader.systemd-boot.enable = lib.mkForce false;
#lanzaboote = {
#enable = true;
#pkiBundle = "/etc/secureboot";
#};
#};
# Enable bluetooth hardware
hardware.bluetooth.enable = true;