mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 00:48:27 +02:00
fix:(modules/nixos/server): The option `boot.loader.timeout' has conflicting definition values
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
../base
|
||||
../../base.nix
|
||||
];
|
||||
boot.loader.timeout = 3; # wait for 3 seconds to select the boot entry
|
||||
boot.loader.timeout = lib.mkDefault 3; # wait for 3 seconds to select the boot entry
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user