9 lines
111 B
Nix
9 lines
111 B
Nix
{...}: {
|
|
imports = [./options.nix];
|
|
|
|
services.pacemaker = {
|
|
enable = true;
|
|
|
|
resources = {};
|
|
};
|
|
}
|