index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
desktop
/
software
/
services
/
ollama.nix
blob: d737250a6356c4398b3b7436af306c782174d6b3 (
plain
) (
blame
)
1
2
3
4
5
6
{
services
.
ollama
=
{
enable
=
true
;
acceleration
=
"cuda"
;
};
}