feat: add ollama.
This commit is contained in:
parent
104abec588
commit
714504ecf6
2 changed files with 19 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue