{ pkgs, ... }: {
services.librespeed = {
enable = true;
package = pkgs.librespeed-go;
domain = "speed.kyouma.net";
};
}