jungle/m/xeon08/slurm.nix
Rodrigo Arias Mallo 3cb263ea71 Simplify flake and expose host pkgs
The configuration of the machines is now moved to m/
2023-06-14 17:28:00 +02:00

8 lines
84 B
Nix

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