1
0
Fork 0
forked from fi/nix-infra
fi-nix-infra/hosts/web-public-2/nginx.nix

6 lines
58 B
Nix

{ ... }:
{
services.nginx = {
enable = true;
};
}