Compare commits

..

5 commits

Author SHA1 Message Date
16f98f144e hosts: nixos: porthos: secrets: add aria RPC token
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-30 15:51:48 +01:00
cc029f7933 nixos: services: add aria 2024-01-30 15:51:48 +01:00
02412f2578 nixos: services: nextcloud: fix renamed option 2024-01-30 15:51:48 +01:00
1655afcedf flake: bump inputs 2024-01-30 15:51:48 +01:00
e2ec4d3032 nixos: services: paperless: fix classifier hangs
This is an experimental fix to try and get around an issue with the
default BLAS/LAPACK implementation. See [1] for more details.

[1]: https://github.com/NixOS/nixpkgs/issues/240591
2024-01-30 15:51:48 +01:00

View file

@ -82,7 +82,7 @@ in
PAPERLESS_ADMIN_USER = cfg.username;
# Fix classifier hangs
LD_LIBRARY_PATH = "${lib.getLib pkgs.lapack-reference}/lib";
LD_LIBRARY_PATH = "${lib.getLib pkgs.mkl}/lib";
};
# Admin password