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:
parent
4ebe46f225
commit
2991ec9be5
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ let
|
|||
cfg = config.services.ollama;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ "velnbur" ];
|
||||
|
||||
options = {
|
||||
services.ollama = {
|
||||
enable = mkOption {
|
||||
|
|
Loading…
Add table
Reference in a new issue