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

13 lines
101 B
Nix

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