diff --git a/flake.nix b/flake.nix index ff92d63..ba3124d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ }; # Mmmh, secure boot lanzaboote = { - url = "github:nix-community/lanzaboote/v1.0.0"; + url = "github:nix-community/lanzaboote"; inputs = { nixpkgs.follows = "nixpkgs"; pre-commit = { diff --git a/modules_dentritic/features/core/bootloader.nix b/modules_dentritic/features/core/bootloader.nix index 54238c9..5068197 100644 --- a/modules_dentritic/features/core/bootloader.nix +++ b/modules_dentritic/features/core/bootloader.nix @@ -2,7 +2,6 @@ { flake.nixosModules.bootloader = { pkgs, lib, inputs, ...}: { boot = { - bootspec.enable = true; lanzaboote = { enable = true; pkiBundle = "/var/lib/sbctl";