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