mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fixed bootloader timeout
This commit is contained in:
parent
0fce2524d7
commit
53b75659fd
1 changed files with 1 additions and 6 deletions
|
|
@ -1,8 +1,4 @@
|
|||
_: {
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
_: {config, ...}: {
|
||||
boot = {
|
||||
zfs = {
|
||||
devNodes = "/dev/disk/by-id/";
|
||||
|
|
@ -17,7 +13,6 @@ _: {
|
|||
};
|
||||
plymouth.enable = false;
|
||||
loader = {
|
||||
timeout = lib.mkForce 10;
|
||||
generationsDir.copyKernels = true;
|
||||
|
||||
#override defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue