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

10 lines
111 B
Nix
Raw Normal View History

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