diff --git a/docspell.nix b/docspell.nix index 1f3b31b..c2eb913 100644 --- a/docspell.nix +++ b/docspell.nix @@ -10,13 +10,13 @@ in base-url = "http://localhost:7878"; bind = { address = "0.0.0.0"; - port = "7878"; + port = 7878; }; scheduler.pool-size = 1; jdbc = { url = "jdbc:postgresql://localhost:5432/docspell"; user = "docspell"; - paswword = "docspell"; + password = "docspell"; }; }; services.docspell-restserver = { @@ -38,7 +38,7 @@ in jdbc = { url = "jdbc:postgresql://localhost:5432/docspell"; user = "docspell"; - paswword = "docspell"; + password = "docspell"; }; }; };