my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

nixos/system/scheduler: disable

i don't use it since the latest linux kernel keeps breaking it lol

isabel 9cb0e41d 0069b951

+2 -2
+2 -2
modules/nixos/system/scheduler.nix
··· 1 - { pkgs, config, ... }: 1 + { pkgs, ... }: 2 2 { 3 3 services.scx = { 4 - inherit (config.garden.profiles.workstation) enable; 4 + # inherit (config.garden.profiles.workstation) enable; 5 5 scheduler = "scx_bpfland"; 6 6 package = pkgs.scx.rustscheds; 7 7 };