This commit is contained in:
mjallen18
2026-01-16 12:36:28 -06:00
parent 10268e7677
commit 7320b0ee87

View File

@@ -1,4 +1,4 @@
{ pkgs, namespace, ... }:
{ pkgs, namespace, lib, ... }:
let
kernel = pkgs.${namespace}.linuxPackages_cachyos-deckify-lto;
in
@@ -8,27 +8,16 @@ in
consoleLogLevel = 0;
initrd.verbose = false;
kernelModules = [ "nct6775" ];
# loader = {
# systemd-boot = {
# enable = false;
# configurationLimit = 5;
# extraInstallCommands = ''
# ${lib.getExe' pkgs.uutils-coreutils "uutils-echo"} "timeout 0
# console-mode 1
# default nixos-*" > /boot/loader/loader.conf
# '';
# };
# efi = {
# canTouchEfiVariables = true;
# efiSysMountPoint = "/boot";
# };
# };
loader = {
systemd-boot = {
consoleMode = 5;
};
};
lanzaboote = {
settings = {
console-mode = "max";
timeout = "0";
timeout = "5";
};
};