cluster/services/nginx: add checkmate to hosts

This commit is contained in:
Max Headroom 2023-03-01 22:40:16 +01:00
parent 5830db1c19
commit ea12ce8b31

View file

@ -1,6 +1,6 @@
{
services.nginx = {
nodes.host = [ "VEGAS" "prophet" ];
nodes.host = [ "checkmate" "VEGAS" "prophet" ];
nixos.host = [ ./nginx.nix ];
};
}