fix(gpu): add checks for session-specific options

This commit is contained in:
514fpv 2024-02-19 12:55:23 +08:00
parent 4d54568c62
commit 93277c7c2b
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 12 additions and 7 deletions

View file

@ -3,7 +3,8 @@
, config
, ... }: with lib; let
cfg = config.global.gpu;
in mkIf cfg.enable {
gui = with cfg; enable && session;
in mkIf gui {
boot = {
loader.timeout = mkDefault 0;
consoleLogLevel = 0;