This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-07-02 19:03:23 +02:00
parent ae997e92aa
commit 7356853a1d
2 changed files with 16 additions and 3 deletions

View File

@@ -21,8 +21,11 @@ in
enable = true;
pkiBundle = "/etc/secureboot";
};
loader.systemd-boot.enable = false; # let lanzaboote install systemd-boot
loader.systemd-boot = {
enable = false; # let lanzaboote install systemd-boot
consoleMode = "max";
configurationLimit = 10;
};
# kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
kernelModules = [ "v4l2loopback" ];