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
/
system
/
services
/
ollama.nix
blob: 2638d1228666512148d66f0566676ce7a5876566 (
plain
) (
blame
)
1
2
3
4
5
6
{
services
.
ollama
=
{
enable
=
false
;
acceleration
=
"cuda"
;
};
}