things
This commit is contained in:
parent
5a0df81197
commit
a5096ab316
5 changed files with 16 additions and 15 deletions
|
@ -29,8 +29,10 @@ in
|
|||
vault-secrets.secrets.plausible = { };
|
||||
|
||||
services.plausible = {
|
||||
enable = false;
|
||||
releaseCookiePath = "${vs.plausible}/cookie";
|
||||
enable = true;
|
||||
releaseCookiePath = "${pkgs.runCommand "cookie" { } ''
|
||||
${pkgs.openssl}/bin/openssl rand -base64 64 >"$out"
|
||||
''}";
|
||||
server = {
|
||||
baseUrl = "https://analytics.0x76.dev";
|
||||
secretKeybaseFile = "${vs.plausible}/secretkeybase";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue