diff options
Diffstat (limited to 'Biz.nix')
| -rwxr-xr-x | Biz.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 + }; } |
