From 1f37135b7b2bd617a99f51cf8e289e660928766e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 14 Jun 2024 23:48:58 -0400 Subject: [PATCH] Infini-SD: set infiniband mode to ethernet --- hosts/Infini-SD/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Infini-SD/default.nix b/hosts/Infini-SD/default.nix index 185b71a..1a7c564 100644 --- a/hosts/Infini-SD/default.nix +++ b/hosts/Infini-SD/default.nix @@ -32,6 +32,10 @@ }; }; + services.udev.extraRules = '' + DRIVER=="mlx4_core", ATTR{mlx4_port1}="eth", ATTR{mlx4_port2}="eth" + ''; + documentation.man.man-db.enable = false; persist = {