chore: titanium snapshot

This commit is contained in:
Jay Looney 2025-11-10 13:58:46 -06:00
parent cfb0a99306
commit f061c20021
11 changed files with 579 additions and 102 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, lib, inputs, ... }: {
imports = with inputs; [ lanzaboote.nixosModules.lanzaboote ];
{ pkgs, lib, ... }: {
environment.systemPackages = [ pkgs.sbctl ];
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.lanzaboote.enable = true;