unmanic, calibre

This commit is contained in:
mjallen18
2025-10-02 21:26:27 -05:00
parent e72d1b5d93
commit ee48ca08bd
11 changed files with 320 additions and 116 deletions

View File

@@ -36,6 +36,7 @@
nixpkgs = {
config = {
cudaSupport = lib.mkDefault config.${namespace}.hardware.nvidia.enable;
rocmSupport = lib.mkDefault config.${namespace}.hardware.amd.enable;
allowUnsupportedSystem = true;
};
};