cluster/services/patroni: remove thunderskin from workers

This commit is contained in:
Max Headroom 2024-11-26 21:40:18 +01:00
parent c90ec0e101
commit f2cbe6676b

View file

@ -14,7 +14,7 @@
};
services.patroni = {
nodes = {
worker = [ "grail" "thunderskin" "VEGAS" ];
worker = [ "grail" "VEGAS" ];
haproxy = [ "checkmate" "grail" "VEGAS" "prophet" ];
};
nixos = {