feat: add ollama ✨ 💩
This commit is contained in:
parent
af95fafecc
commit
029cd3f268
2 changed files with 98 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
|||
programs.direnv.enable = true;
|
||||
programs.direnv.nix-direnv.enable = true;
|
||||
|
||||
# ollama
|
||||
imports = [../ollama.nix];
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Networking (macOS-safe)
|
||||
networking = {
|
||||
# Set if you want a specific hostname in macOS UI as well:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue