From 032da60de7f985ef26376b1a60ef8f125f87fdeb Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 15 Feb 2024 14:28:44 +0100 Subject: [PATCH] Little formatting fix --- nixos/hosts/EDI/configuration.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index b76499a..b665ba5 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -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;