nixos-configs/devices/cluster/modules/pacemaker/default.nix
matt1432 85b5a4b8f2
All checks were successful
Discord / discord commits (push) Successful in 57s
feat(servers): setup cluster resource options
2024-01-22 21:22:48 -05:00

9 lines
111 B
Nix

{...}: {
imports = [./options.nix];
services.pacemaker = {
enable = true;
resources = {};
};
}