nixos-module/server/pacemaker: rename from nixos-module/pacemaker

This commit is contained in:
Astro 2021-11-25 00:09:18 +01:00
parent 271909fe99
commit 117ce8f81e
3 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@ in {
./network.nix
./firewall.nix
./collectd
./pacemaker.nix
] ++
optionals (hostConfig.role == "server") [
./server/default.nix

View File

@ -5,6 +5,7 @@
./network.nix
./lxc-containers.nix
./qemu.nix
./pacemaker.nix
./ha.nix
# host-specific configuration
(./. + "/${hostName}.nix")