My NixOS config, I don't know what I am doing, don't use this
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

`enable_rcu_lazy` for Natsuki

+2
+2
hosts/Natsuki/default.nix
··· 21 21 }; 22 22 23 23 # ── Power management ─────────────────────────────────────────────────────── 24 + boot.kernelParams = [ "rcutree.enable_rcu_lazy=1" ]; 25 + 24 26 services.tlp = { 25 27 enable = true; 26 28 settings = {