From 3c656aa7b96212d36a3bce877da7bbc2122fe721 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Jan 2025 14:03:02 -0500 Subject: remove lanzaboote --- hosts/shinji.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/shinji.nix') diff --git a/hosts/shinji.nix b/hosts/shinji.nix index b812a86..756cfe1 100644 --- a/hosts/shinji.nix +++ b/hosts/shinji.nix @@ -13,7 +13,6 @@ inputs.nixpkgs.lib.nixosSystem rec { modules = [ options inputs.home-manager.nixosModules.home-manager - inputs.lanzaboote.nixosModules.lanzaboote ../nix { # options @@ -28,14 +27,11 @@ inputs.nixpkgs.lib.nixosSystem rec { security.tpm2.enable = false; # bootloader + boot.loader.systemd-boot.enable = true; boot.loader.efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot/efi"; }; - boot.lanzaboote = { - enable = true; - pkiBundle = "/var/lib/sbctl"; - }; # hostname networking.hostName = "shinji"; -- cgit v1.2.3-freya