i think metrics are done?

This commit is contained in:
Reid 2024-05-08 22:24:40 -07:00
parent 382371b7dd
commit 1f38029c28
3 changed files with 27 additions and 1 deletions

View file

@ -24,6 +24,12 @@ in {
staticSites = {
"v2.reidlab.online".dataDir = "/var/www/v2.reidlab.online";
};
metrics = {
enable = true;
domain = "analytics.reidlab.online";
port = 2342;
};
};
};