deck lanzaboote
This commit is contained in:
@@ -23,20 +23,20 @@ in
|
|||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
efiSysMountPoint = "/boot";
|
efiSysMountPoint = "/boot";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pkiBundle = "/etc/secureboot";
|
pkiBundle = "/etc/secureboot";
|
||||||
settings = {
|
settings = {
|
||||||
console-mode = "max";
|
console-mode = "max";
|
||||||
};
|
|
||||||
configurationLimit = 5;
|
|
||||||
extraInstallCommands = ''
|
|
||||||
${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
|
|
||||||
console-mode 1
|
|
||||||
default nixos-*" > /boot/loader/loader.conf
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
configurationLimit = 5;
|
||||||
|
extraInstallCommands = ''
|
||||||
|
${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
|
||||||
|
console-mode 1
|
||||||
|
default nixos-*" > /boot/loader/loader.conf
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
plymouth = {
|
plymouth = {
|
||||||
|
|||||||
Reference in New Issue
Block a user