diff --git a/configuration.nix b/configuration.nix index 8d837a7..c14f7f0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -30,7 +30,7 @@ ./docker-device-mapper.nix ] ++ lib.optionals (config.vars.host_type == "nas") [ ./service-zrepl.nix ] - ++ lib.optionals (config.vars.host_type == "worker") [ ./nfs-mount.nix ]; + ++ lib.optionals (config.vars.host_type == "worker") [ ./nfs-mount.nix ./keepalived.nix ]; # Use the systemd-boot EFI boot loader and enable that sweet zfs stuff. boot.loader.systemd-boot.enable = true;