Skip to content

Commit

Permalink
host/morpheus: Fix paperless classifier NixOS/nixpkgs#240591
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndeno committed Mar 20, 2024
1 parent f224826 commit fd4e30a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hosts/morpheus/services/paperless.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
pkgs,
lib,
}: {
enable = true;
address = "0.0.0.0";
settings = {
PAPERLESS_DBHOST = "/run/postgresql";
LD_LIBRARY_PATH = "${lib.getLib pkgs.mkl}/lib";
};
}

0 comments on commit fd4e30a

Please sign in to comment.