plausible: fix

This commit is contained in:
Payas Relekar 2023-06-05 04:07:45 +05:30
parent 34715c32b2
commit 2b7190ac7c

View file

@ -124,15 +124,17 @@
plausible = {
enable = true;
disableRegistration = true;
port = 13231;
baseUrl = "https://analytics.bhankas.org";
server = {
secretKeybaseFile = "/run/agenix/chatgpt_api_key";
disableRegistration = true;
port = 13231;
baseUrl = "https://analytics.bhankas.org";
};
adminUser = {
activate = true;
name = "root";
passwordFile = "/run/agenix/maildir_relekarpayas_onedrive";
};
server.secretKeybaseFile = "/run/agenix/chatgpt_api_key";
};
# TODO: Split to their respective locations