mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43: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, ...}: {
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
boot = {
|
boot = {
|
||||||
zfs = {
|
zfs = {
|
||||||
devNodes = "/dev/disk/by-id/";
|
devNodes = "/dev/disk/by-id/";
|
||||||
|
|
@ -17,7 +13,6 @@ _: {
|
||||||
};
|
};
|
||||||
plymouth.enable = false;
|
plymouth.enable = false;
|
||||||
loader = {
|
loader = {
|
||||||
timeout = lib.mkForce 10;
|
|
||||||
generationsDir.copyKernels = true;
|
generationsDir.copyKernels = true;
|
||||||
|
|
||||||
#override defaults
|
#override defaults
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue