1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

Add meta.maintainers to ollama service

This commit is contained in:
Velnbur 2024-06-28 12:18:04 +03:00
parent 4ebe46f225
commit 2991ec9be5
No known key found for this signature in database

View file

@ -7,6 +7,8 @@ let
cfg = config.services.ollama;
in {
meta.maintainers = [ "velnbur" ];
options = {
services.ollama = {
enable = mkOption {