From 03e726f2f82c754ca99af31a5f55a8530e6a06a8 Mon Sep 17 00:00:00 2001 From: 347Online | Katie Janzen Date: Sun, 15 Mar 2026 16:11:45 -0600 Subject: [PATCH] Switch from Ookla to Librespeed --- modules/darwin/nix.nix | 3 +-- modules/essentials.nix | 2 +- modules/home/nix.nix | 1 - modules/nixos/nix.nix | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/darwin/nix.nix b/modules/darwin/nix.nix index 00ba367..6e20c96 100644 --- a/modules/darwin/nix.nix +++ b/modules/darwin/nix.nix @@ -25,7 +25,6 @@ nixpkgs = { inherit overlays; hostPlatform = system; - config.allowUnfreePredicate = - pkg: builtins.elem (lib.getName pkg) (config.darwin.unfree-allowed ++ [ "ookla-speedtest" ]); + config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) (config.darwin.unfree-allowed); }; } diff --git a/modules/essentials.nix b/modules/essentials.nix index 85cf28a..e218aed 100644 --- a/modules/essentials.nix +++ b/modules/essentials.nix @@ -10,11 +10,11 @@ pkgs: with pkgs; [ git go htop + librespeed-cli moreutils neovim nix-search-cli nixfmt-rfc-style - ookla-speedtest python3 ripgrep rustup diff --git a/modules/home/nix.nix b/modules/home/nix.nix index 7301d58..850e45e 100644 --- a/modules/home/nix.nix +++ b/modules/home/nix.nix @@ -32,7 +32,6 @@ "discord" "instapaper-official" "onepassword-password-manager" - "ookla-speedtest" "super-agent" "zoom" ] diff --git a/modules/nixos/nix.nix b/modules/nixos/nix.nix index e0d6d3e..a761811 100644 --- a/modules/nixos/nix.nix +++ b/modules/nixos/nix.nix @@ -31,7 +31,6 @@ "1password" "1password-cli" "minecraft-server" - "ookla-speedtest" "plexmediaserver" "steam" "steam-unwrapped"