ticker: enable stats

This commit is contained in:
Astro 2021-09-09 22:00:08 +02:00
parent 867b6e4040
commit 8fbef50ba5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ with lib;
environment.systemPackages = with pkgs; [ vim git ];
time.timeZone = "Europe/Berlin";
services.openssh.enable = true;
c3d2.hq.statistics.enable = true;
services.nginx.enable = true;
services.nginx.virtualHosts."ticker.c3d2.de" = {