2 Commits

  1. 3
      machines/manager/rdma.nix
  2. 19
      shared/userenv.nix

3
machines/manager/rdma.nix

@ -12,6 +12,9 @@ with lib;
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "${pkgs.opensm}/bin/opensm --guid '0x0002c9030052188b'"; ExecStart = "${pkgs.opensm}/bin/opensm --guid '0x0002c9030052188b'";
Restart = "on-failure";
RestartSec = "5s";
}; };
wantedBy = [ "network-online.target" ]; wantedBy = [ "network-online.target" ];

19
shared/userenv.nix

@ -23,28 +23,31 @@ let
git git
gnumake gnumake
hwloc hwloc
libbfd
libiberty
libtool
(getDev libbfd)
(getDev libiberty)
(getDev libtool)
munge munge
nano nano
numactl
(getBin numactl)
(getDev numactl)
openmpi openmpi
openssh openssh
pandoc pandoc
papi
(getDev papi)
perl perl
pkg-config pkg-config
postgresql postgresql
postgresql.lib
(getDev postgresql)
(getLib postgresql)
python3 python3
ripgrep ripgrep
tmux tmux
ucx
(getBin ucx)
(getDev ucx)
valgrind valgrind
vim vim
wget wget
zlib
(getDev zlib)
]; ];
ignoreCollisions = false; ignoreCollisions = false;

Loading…
Cancel
Save