plausible + other fixes

This commit is contained in:
Danilo Reyes
2026-02-04 11:16:45 -06:00
parent ba4cf6c86b
commit 0997fad0c6
6 changed files with 56 additions and 10 deletions

10
hosts/vps/toggles.nix Normal file
View File

@@ -0,0 +1,10 @@
{
enableProxy = true;
servers = {
postgres.enable = true;
plausible = {
enable = true;
enableProxy = true;
};
};
}