mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 00:22:39 +02:00
fix: hdd storage - do not unlock on boot, increase boot.loader.timeout
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
../../base.nix
|
||||
];
|
||||
|
||||
boot.loader.timeout = lib.mkForce 3; # wait for 3 seconds to select the boot entry
|
||||
boot.loader.timeout = lib.mkForce 7; # wait for x seconds to select the boot entry
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user