pvv-nixos-config/hosts/kvernberg/services/nginx.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
59 B
Nix
Raw Normal View History

2024-11-17 12:52:55 +01:00
{ config, lib, ... }:
{
services.nginx.enable = true;
}