fix(paperless): use correct domain name
This commit is contained in:
parent
8299009b77
commit
6fa5f57a81
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ in
|
||||||
{
|
{
|
||||||
services.paperless = {
|
services.paperless = {
|
||||||
enable = true;
|
enable = true;
|
||||||
address = fqdn;
|
address = "localhost";
|
||||||
port = 28981;
|
port = 28981;
|
||||||
settings = {
|
settings = {
|
||||||
PAPERLESS_DBHOST = "/run/postgresql";
|
PAPERLESS_DBHOST = "/run/postgresql";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue