mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
Add meta.maintainers
to ollama service
This commit is contained in:
parent
7af9136d5a
commit
8abc51531c
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…
Reference in a new issue