plausible + other fixes
This commit is contained in:
10
hosts/vps/toggles.nix
Normal file
10
hosts/vps/toggles.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
enableProxy = true;
|
||||
servers = {
|
||||
postgres.enable = true;
|
||||
plausible = {
|
||||
enable = true;
|
||||
enableProxy = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user