diff options
Diffstat (limited to 'systems/glados/boot.nix')
| -rw-r--r-- | systems/glados/boot.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/glados/boot.nix b/systems/glados/boot.nix index e0326a0..a7ac843 100644 --- a/systems/glados/boot.nix +++ b/systems/glados/boot.nix @@ -1,8 +1,11 @@ { lib, pkgs, + inputs, ... }: { + imports = [inputs.lanzaboote.nixosModules.lanzaboote]; + environment.systemPackages = with pkgs; [ sbctl tpm2-tss |
