From e8f58a4f2b2e44c7553a26d73e2ae5337916ddbf Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 10 Aug 2024 00:47:41 -0700 Subject: [PATCH] fix: disable lanzaboote completely on adrastea --- flake.nix | 3 ++- hosts/adrastea/default.nix | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 2ee2bce..8afb8c6 100755 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ catppuccin.nixosModules.catppuccin lix-module.nixosModules.default - lanzaboote.nixosModules.lanzaboote + # lanzaboote.nixosModules.lanzaboote home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -129,6 +129,7 @@ ./users/youwen/linux/packages/x86_64 ./users/youwen/linux/programs ./users/youwen/common + ./hosts/adrastea/home-manager-overrides.nix inputs.catppuccin.homeManagerModules.catppuccin ]; }; diff --git a/hosts/adrastea/default.nix b/hosts/adrastea/default.nix index e88ce70..8399218 100755 --- a/hosts/adrastea/default.nix +++ b/hosts/adrastea/default.nix @@ -23,10 +23,10 @@ }; }; - boot.lanzaboote = { - enable = false; - pkiBundle = "/etc/secureboot"; - }; + # boot.lanzaboote = { + # enable = false; + # pkiBundle = "/etc/secureboot"; + # }; services.keyd = { enable = true;