depot/cluster/services/nginx/default.nix

7 lines
116 B
Nix

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