machine(Tytonidae): Enable secure boot

This commit is contained in:
ulic-youthlic 2025-07-21 20:06:01 +08:00
parent 2300f302af
commit 92ec57e83f
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 243 additions and 48 deletions

View file

@ -194,5 +194,12 @@
owner = "nix-community";
repo = "nixvim";
};
lanzaboote = {
type = "github";
owner = "nix-community";
repo = "lanzaboote";
ref = "v0.4.2";
};
};
}