nas secureboot

This commit is contained in:
mjallen18
2025-03-23 13:17:46 -05:00
parent 0561e80635
commit 91f2eb1296

View File

@@ -9,7 +9,7 @@ in
kernelModules = [ "nct6775" ];
loader = {
systemd-boot = {
enable = true;
enable = false;
configurationLimit = configLimit;
};
@@ -17,6 +17,15 @@ in
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};
lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";
settings = {
console-mode = "max";
};
configurationLimit = configLimit;
};
};
kernel.sysctl = {