remove apparently unnecessary nextcloud config

onlyoffice-nix
stuebinm 2023-05-04 00:46:48 +02:00
parent 3099798468
commit 5bd2c5ab4c
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
dbuser = "nextcloud";
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
dbname = "nextcloud";
adminpassFile = "/persist/nextcloud/config/admin_pw";
# socket auth does not needs this, but the module insists it does
adminpassFile = "/lol/nope";
adminuser = "root";
};