nixos-configs/devices/cluster/modules/pacemaker/default.nix

11 lines
135 B
Nix
Raw Normal View History

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