made keepalived optional (I may not want to share the ip with all nodes)
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
./docker-device-mapper.nix
|
./docker-device-mapper.nix
|
||||||
]
|
]
|
||||||
++ lib.optionals (config.vars.host_type == "nas") [ ./service-zrepl.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.
|
# Use the systemd-boot EFI boot loader and enable that sweet zfs stuff.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user