Add optional secure boot module and docs

This commit is contained in:
randogoth 2026-02-01 20:12:00 +02:00
parent f55cb439a3
commit 332b5133ce
4 changed files with 165 additions and 0 deletions

View file

@ -5,6 +5,8 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
lix-module.url = "git+https://git.lix.systems/lix-project/nixos-module?ref=release-2.93";
lix-module.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote.url = "github:nix-community/lanzaboote";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs@{ self, nixpkgs, ... }: