Compare commits

..

5 commits

Author SHA1 Message Date
07fbdfd519 hosts: nixos: porthos: secrets: add aria RPC token
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-01-30 14:03:36 +01:00
60ad815d48 nixos: services: add aria 2024-01-30 14:03:36 +01:00
0290dcdca7 nixos: services: nextcloud: fix renamed option 2024-01-30 13:27:55 +01:00
caa4cf6b12 flake: bump inputs 2024-01-30 13:27:55 +01:00
dec853d164 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 13:27:55 +01:00

View file

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