1
0
Fork 0
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:
Velnbur 2024-06-28 12:18:04 +03:00
parent 7af9136d5a
commit 8abc51531c
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 {