mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
rustboro: enable secure boot
This commit is contained in:
parent
c6b59d0e34
commit
e3a1c3e4df
|
@ -22,9 +22,16 @@
|
|||
self.nixosModules.common-wifi-profiles
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
boot = {
|
||||
lanzaboote = {
|
||||
enable = true;
|
||||
pkiBundle = "/etc/secureboot";
|
||||
};
|
||||
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
systemd-boot.enable = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
|
|
Loading…
Reference in a new issue