1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-09-11 12:49:18 +03:00

Add meta.maintainers to ollama service

This commit is contained in:
Velnbur 2024-06-28 12:18:04 +03:00
parent dd4e6fb4d3
commit fb399d314e
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 {