nix-infra/config/hosts/web-public-1/nginx.nix

11 lines
97 B
Nix

{ ... }:
{
imports = [
./virtualHosts
];
services.nginx = {
enable = true;
};
}