made keepalived optional (I may not want to share the ip with all nodes)

This commit is contained in:
Steffen Illium
2025-07-16 21:40:24 +02:00
parent 1dd59db313
commit c7eb52821c
+1 -1
View File
@@ -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;