1
0
Fork 0
nixos/services/nginx_vHosts/simple.nix

10 lines
84 B
Nix

{ config, lib, ... }:
with lib;
{
vHost = {
root = "/var/www";
};
}.vHost