1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-04-09 15:31:21 +02:00
pvv-nixos-config/hosts/kommode/services/nginx.nix
2025-03-16 19:02:30 +01:00

5 lines
45 B
Nix

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