mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: disable lanzaboote completely on adrastea
This commit is contained in:
parent
0782d83b5b
commit
e8f58a4f2b
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
boot.lanzaboote = {
|
||||
enable = false;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
# boot.lanzaboote = {
|
||||
# enable = false;
|
||||
# pkiBundle = "/etc/secureboot";
|
||||
# };
|
||||
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue