index
:
nixos-config
master
Configuration for NixOS using flakes and home-manager
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nixos
/
ollama.nix
blob: 19087debc2ad011bbc9866ed23d739c551b88c17 (
plain
) (
blame
)
1
2
3
4
5
{
services
.
ollama =
{
enable =
true
;
};
}