chore: Uncomment fixed packages

This commit is contained in:
DashieTM 2025-05-21 20:53:45 +02:00
parent 37a5bfee0f
commit b5fe0e39fc
2 changed files with 2 additions and 6 deletions

View file

@ -75,10 +75,7 @@
};
additionalBootKernalParams = lib.mkOption {
default = [
# TODO test if needed
#"video=${config.conf.defaultMonitor}:${config.conf.defaultMonitorMode}"
];
default = [];
example = [];
type = with lib.types; listOf str;
description = ''