depot/cluster/services/nginx/default.nix

7 lines
138 B
Nix

{
services.nginx = {
nodes.host = [ "checkmate" "grail" "thunderskin" "VEGAS" "prophet" ];
nixos.host = [ ./nginx.nix ];
};
}