summaryrefslogtreecommitdiff
path: root/systems/glados/boot.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-07 18:13:53 -0500
committerseth <[email protected]>2024-01-07 18:13:59 -0500
commit2b354838edecc32c59d3c7ddf35e6cfe06cfe268 (patch)
treeee0b5420f0b55912de13dafb65da931bdf713798 /systems/glados/boot.nix
parenta22a2b43128c008a89c4db79f3afa50699f3324f (diff)
tree-wide: localize imports
i shouldn't be editing systems/default.nix to remove a module only for glados
Diffstat (limited to 'systems/glados/boot.nix')
-rw-r--r--systems/glados/boot.nix3
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