From 9972d9c78f5251f610449da811f20a9b344c1251 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 14 Nov 2024 19:31:45 -0800 Subject: [PATCH] chore(callisto): remove kernel parameter for realtime kernel --- hosts/callisto/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index eba6a13..b681cfa 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -126,7 +126,6 @@ }; services.udev.extraRules = '' - KERNEL=="cpu_dma_latency", GROUP="realtime" KERNEL=="macsmc-battery", SUBSYSTEM=="power_supply", ATTR{charge_control_end_threshold}="90", ATTR{charge_control_start_threshold}="85" '';