feat: make systemd timeout default not definite
This commit is contained in:
parent
a456cf9be8
commit
40a8f0e686
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
timeout = 3;
|
timeout = lib.mkDefault 3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue