chore: update configuration for plausible so it works :p

This commit is contained in:
Ahwx 2025-04-24 15:48:47 +02:00
parent 9dc7c50377
commit cbd2f99efb

View file

@ -3,7 +3,7 @@
...
}:
let
domain = "statistics.liv.town";
domain = "analyze.liv.town";
in
{
services = {
@ -28,7 +28,7 @@ in
server = {
baseUrl = "https://${domain}";
# secretKeybaseFile = config.age.secrets.plausibleSecretKeybase.path;
secretKeybaseFile = "/home/liv/secrets/plausibleKeybaseFile";
};
};
};