1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 18:57:22 +00:00
home-manager/tests/modules/services/ollama/linux/default.nix

5 lines
104 B
Nix
Raw Normal View History

2025-01-10 12:31:03 +01:00
{
2025-01-25 01:54:49 +02:00
ollama-linux = ./basic.nix;
2025-01-10 12:31:03 +01:00
ollama-set-environment-variables = ./set-environment-variables.nix;
}