rm lanzaboote on ytnix
This commit is contained in:
parent
2b4a139db1
commit
de5e7ad35c
1 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
# lanzaboote replaces systemd-boot
|
# lanzaboote replaces systemd-boot
|
||||||
systemd-boot.enable = lib.mkForce false;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = false; # toggle when installing
|
efi.canTouchEfiVariables = false; # toggle when installing
|
||||||
};
|
};
|
||||||
tmp.cleanOnBoot = true;
|
tmp.cleanOnBoot = true;
|
||||||
|
@ -53,10 +53,10 @@
|
||||||
extraModprobeConfig = ''
|
extraModprobeConfig = ''
|
||||||
blacklist rtw88_8821ce
|
blacklist rtw88_8821ce
|
||||||
'';
|
'';
|
||||||
lanzaboote = {
|
# lanzaboote = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
pkiBundle = "/var/lib/sbctl";
|
# pkiBundle = "/var/lib/sbctl";
|
||||||
};
|
# };
|
||||||
kernel.sysctl."kernel.sysrq" = 1;
|
kernel.sysctl."kernel.sysrq" = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue