devices.pc: fix slurm

This commit is contained in:
陈浩南 2024-03-01 11:08:35 +08:00
parent 9e7803df0d
commit bc1cff1ae1

View File

@ -134,7 +134,7 @@ inputs:
wireguardIp = "192.168.83.3"; wireguardIp = "192.168.83.3";
}; };
gamemode = { enable = true; drmDevice = 0; }; gamemode = { enable = true; drmDevice = 0; };
slurm = { enable = true; cpu = { cores = 16; threads = 2; }; memoryMB = 94208; gpus."geforce" = 1; }; slurm = { enable = true; cpu = { cores = 16; threads = 2; }; memoryMB = 94208; gpus."4060" = 1; };
}; };
bugs = [ "xmunet" "backlight" "amdpstate" ]; bugs = [ "xmunet" "backlight" "amdpstate" ];
}; };