diff --git a/cluster/services/nginx/default.nix b/cluster/services/nginx/default.nix index fa27013..a27752b 100644 --- a/cluster/services/nginx/default.nix +++ b/cluster/services/nginx/default.nix @@ -1,6 +1,6 @@ { services.nginx = { - nodes.host = [ "VEGAS" "prophet" ]; + nodes.host = [ "checkmate" "VEGAS" "prophet" ]; nixos.host = [ ./nginx.nix ]; }; }