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/m/module/slurm-server.nix
2025-08-29 12:35:20 +02:00

10 lines
96 B
Nix

{ ... }:
{
imports = [
./slurm-common.nix
];
services.slurm.server.enable = true;
}