mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: update configuration for plausible so it works :p
This commit is contained in:
parent
9dc7c50377
commit
cbd2f99efb
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
domain = "statistics.liv.town";
|
domain = "analyze.liv.town";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -28,7 +28,7 @@ in
|
||||||
|
|
||||||
server = {
|
server = {
|
||||||
baseUrl = "https://${domain}";
|
baseUrl = "https://${domain}";
|
||||||
# secretKeybaseFile = config.age.secrets.plausibleSecretKeybase.path;
|
secretKeybaseFile = "/home/liv/secrets/plausibleKeybaseFile";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue