Set bootloader timeout to zero (accessible by holding down any key)
This commit is contained in:
parent
5143f73cd7
commit
442b72de55
1 changed files with 2 additions and 0 deletions
2
base.nix
2
base.nix
|
@ -117,6 +117,8 @@
|
|||
};
|
||||
time.timeZone = "Europe/Helsinki";
|
||||
|
||||
boot.loader.timeout = 0;
|
||||
|
||||
#################### Memory management ####################
|
||||
zramSwap.enable = true;
|
||||
swapDevices = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue