docs(nixos:networking): add credit to module

This commit is contained in:
ooks-io 2024-08-13 21:30:52 +12:00
parent e3c00cbb0e
commit 45a6774b20

View file

@ -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"];