lanzaboote + secure boot

This commit is contained in:
Sergei Poljanski 2026-01-13 09:01:40 +02:00
commit 82ce7186fd
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
4 changed files with 141 additions and 19 deletions

View file

@ -1,7 +1,11 @@
{
description = "NixOS configuration with latest Claude Code";
description = "NixOS configuration with latest Claude Code & Lanzaboot";
inputs = {
lanzaboote = {
url = "github:nix-community/lanzaboote/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
claude-code-nix = {
url = "github:sadjow/claude-code-nix";
@ -14,6 +18,7 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
inputs.lanzaboote.nixosModules.lanzaboote
./configuration.nix
({ pkgs, inputs, ... }: {
environment.systemPackages = [