This commit is contained in:
mjallen
2025-05-27 20:42:12 +00:00
parent 65e1d5ee28
commit 39b20be91e
5 changed files with 12 additions and 10 deletions

View File

@@ -30,13 +30,14 @@ in
pkiBundle = "/etc/secureboot";
settings = {
console-mode = "max";
};
timeout = "0";
};
configurationLimit = 5;
extraInstallCommands = ''
${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
console-mode 1
default nixos-*" > /boot/loader/loader.conf
'';
# extraInstallCommands = ''
# ${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
# console-mode 1
# default nixos-*" > /boot/loader/loader.conf
# '';
};
plymouth = {

View File

@@ -10,8 +10,8 @@
../default.nix
./boot.nix
./jovian.nix
./hardware-configuration.nix
./sops.nix
# ./hardware-configuration.nix
];
nixpkgs.config.allowUnfree = true;