Remove outdated options

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

View file

@ -19,7 +19,6 @@
configureNginx = false; configureNginx = false;
webPort = 55001; webPort = 55001;
streamingPort = 55002;
sidekiqPort = 55003; sidekiqPort = 55003;
streamingProcesses = 11; streamingProcesses = 11;

View file

@ -2,7 +2,6 @@
{ {
services.plausible = { services.plausible = {
enable = true; enable = true;
releaseCookiePath = "/var/lib/secrets/plausible/release-cookie.txt";
database.postgres = { database.postgres = {
setup = false; setup = false;
dbname = "plausible"; dbname = "plausible";