Skip to content

Commit

Permalink
flake.nix: lanzaboote 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 25, 2025
1 parent b239b06 commit 9ef93f7
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 99 deletions.
148 changes: 52 additions & 96 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# home-manager.url = "git+file:///Users/khaneliman/Documents/github/home-manager";

# Secure boot
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.1";
lanzaboote.url = "github:nix-community/lanzaboote/v0.4.2";

# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/system/boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ in

lanzaboote = mkIf cfg.secureBoot {
enable = true;
pkiBundle = "/etc/secureboot";
pkiBundle = "/var/lib/sbctl";
};

loader = {
Expand Down
2 changes: 1 addition & 1 deletion templates/snowfall/modules/nixos/system/boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ in

lanzaboote = mkIf cfg.secureBoot {
enable = true;
pkiBundle = "/etc/secureboot";
pkiBundle = "/var/lib/sbctl";
};

loader = {
Expand Down

0 comments on commit 9ef93f7

Please sign in to comment.