feat: Get ROCm working with flake

This commit is contained in:
matthew.binning 2026-02-10 06:10:33 -08:00
parent 5284d6e596
commit c20fd46f9f
6 changed files with 73 additions and 25 deletions

View file

@ -16,7 +16,9 @@
];
# Add CA certificate for Ollama
security.pki.certificateFiles = [
/home/brimlock/ollama-ca.crt
];
# Note: Path must be accessible at runtime, not build time
# You can copy the cert to /etc/nixos/ and reference it, or use a string path
# security.pki.certificateFiles = [
# "/home/brimlock/ollama-ca.crt"
# ];
}