feat: add ollama.

This commit is contained in:
CronyAkatsuki 2025-04-06 19:41:20 +02:00
parent 104abec588
commit 714504ecf6
2 changed files with 19 additions and 0 deletions

View file

@ -22,6 +22,7 @@
./tailscale.nix
./sunshine.nix
./nh.nix
./ollama.nix
];
crony.bluetooth.enable = lib.mkDefault true;
@ -46,4 +47,5 @@
crony.tailscale.enable = lib.mkDefault true;
crony.sunshine.enable = lib.mkDefault true;
crony.nh.enable = lib.mkDefault true;
crony.ollama.enable = lib.mkDefault true;
}