summaryrefslogtreecommitdiff
path: root/Biz.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz.nix')
-rwxr-xr-xBiz.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/Biz.nix b/Biz.nix
index 676fac8..ab79c1b 100755
--- a/Biz.nix
+++ b/Biz.nix
@@ -36,4 +36,12 @@ bild.os {
package = packages.biz-deployer;
manifestPackage = packages.deploy-manifest;
};
+
+ # GoatCounter analytics - SQLite backend
+ services.goatcounter = {
+ enable = true;
+ address = "127.0.0.1";
+ port = 8081;
+ proxy = true; # Running behind Caddy reverse proxy
+ };
}