plausible: fix base url
This commit is contained in:
parent
9deefd02e5
commit
9b49d467e8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
services.plausible = {
|
services.plausible = {
|
||||||
enable = true;
|
enable = true;
|
||||||
server = {
|
server = {
|
||||||
baseUrl = domain;
|
baseUrl = "http://${domain}";
|
||||||
secretKeybaseFile = "/run/secrets/plausible-secret-key-base";
|
secretKeybaseFile = "/run/secrets/plausible-secret-key-base";
|
||||||
disableRegistration = false;
|
disableRegistration = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue