nixos-configs/devices/cluster/modules/pacemaker/default.nix
matt1432 b484bd7556
All checks were successful
Discord / discord commits (push) Has been skipped
refactor(cluster): add todo for update script
2024-01-22 21:46:59 -05:00

11 lines
135 B
Nix

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