depot/cluster/services/nginx/default.nix

7 lines
122 B
Nix
Raw Normal View History

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