shortcuts

This commit is contained in:
2025-04-09 09:19:39 -04:00
parent 4026a01425
commit 0b0d6fc8ab
4 changed files with 34 additions and 35 deletions

View File

@@ -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 {