shortcuts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, lib, namespace, ... }:
|
||||
let
|
||||
inherit (lib) mkIf;
|
||||
inherit (lib) mkIf mkDefault;
|
||||
|
||||
cfg = config.${namespace}.system.boot;
|
||||
in
|
||||
@@ -39,7 +39,7 @@ in
|
||||
editor = false;
|
||||
};
|
||||
|
||||
timeout = 1;
|
||||
timeout = mkDefault 1;
|
||||
};
|
||||
|
||||
initrd = mkIf cfg.xenGuest {
|
||||
|
||||
Reference in New Issue
Block a user