cluster/services/nginx: host on thunderskin

This commit is contained in:
Max Headroom 2023-03-21 23:49:49 +01:00
parent 5872083e56
commit 3c6e5fae77

View file

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