systems/machines/hermes/boot.nix

6 lines
86 B
Nix

{ inputs, ... }:
{
imports = [
inputs.lanzaboote.nixosModules.lanzaboote
];
}