fix plausible
This commit is contained in:
parent
6546b000a1
commit
a54f25d863
2 changed files with 16 additions and 1 deletions
|
|
@ -17,6 +17,9 @@ in {
|
|||
"GOOGLE_CLIENT_ID:${config.age.secrets.plausibleGoogleClientId.path}"
|
||||
"GOOGLE_CLIENT_SECRET:${config.age.secrets.plausibleGoogleClientSecret.path}"
|
||||
];
|
||||
systemd.services.plausible.environment = {
|
||||
IP_GEOLOCATION_DB = "${pkgs.unstable.dbip-country-lite}/share/dbip/dbip-country-lite.mmdb";
|
||||
};
|
||||
services.plausible = {
|
||||
enable = true;
|
||||
releaseCookiePath = config.age.secrets.plausibleSecretKeybase.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue