8 cfg = config.services.bpftune;
12 maintainers = with lib.maintainers; [ nickcao ];
17 enable = lib.mkEnableOption "bpftune BPF driven auto-tuning";
19 package = lib.mkPackageOption pkgs "bpftune" { };
23 config = lib.mkIf cfg.enable {
24 systemd.packages = [ cfg.package ];
25 systemd.services.bpftune.wantedBy = [ "multi-user.target" ];