diff --git a/nixos/modules/base/networking/tcp.nix b/nixos/modules/base/networking/tcp.nix index ecc6ddb..ecebefc 100644 --- a/nixos/modules/base/networking/tcp.nix +++ b/nixos/modules/base/networking/tcp.nix @@ -6,7 +6,7 @@ inherit (lib) mkIf; inherit (config.ooknet) host; in { - # nyx module + # credit github:notashelf/nyx module config = mkIf (host.type != "phone") { boot = { kernelModules = ["tls" "tcp_bbr"];