feat: Get ROCm working with flake
This commit is contained in:
parent
5284d6e596
commit
c20fd46f9f
6 changed files with 73 additions and 25 deletions
|
|
@ -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"
|
||||
# ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue