remove apparently unnecessary nextcloud config
This commit is contained in:
parent
3099798468
commit
5bd2c5ab4c
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself
|
||||||
dbname = "nextcloud";
|
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";
|
adminuser = "root";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue