This repository has been archived on 2025-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
bscpkgs/xeon08/slurm.nix

8 lines
84 B
Nix

{ lib, ... }:
{
services.slurm = {
client.enable = lib.mkForce false;
};
}