Merge pull request #229617 from cmm/fix/system76-scheduler-enable

system76-scheduler: don't enable unconditionally
This commit is contained in:
Weijia Wang 2023-05-03 14:16:31 +03:00 committed by GitHub
commit e218071c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ in {
};
};
config = {
config = mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
services.dbus.packages = [ cfg.package ];