lanzaboote + secure boot
This commit is contained in:
parent
7f68764d33
commit
82ce7186fd
4 changed files with 141 additions and 19 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue