Disable plausible and clickhouse

This commit is contained in:
Ivan R. 2023-12-10 20:51:40 +05:00
parent 2aff58969a
commit dfc55feadb
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ config, ... }:
{
services.clickhouse = {
enable = true;
enable = false;
};
# See https://github.com/NixOS/nixpkgs/pull/186667

View file

@ -1,7 +1,7 @@
{ config, lib, ... }:
{
services.plausible = {
enable = true;
enable = false;
database.postgres = {
setup = false;
dbname = "plausible";