mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
navidrome: 0.53.3 -> 0.54.3 (#369995)
This commit is contained in:
commit
02c4f6e5d3
2 changed files with 18 additions and 4 deletions
|
@ -45,6 +45,12 @@ in
|
|||
description = "Port to run Navidrome on.";
|
||||
type = port;
|
||||
};
|
||||
|
||||
EnableInsightsCollector = mkOption {
|
||||
default = false;
|
||||
description = "Enable anonymous usage data collection, see <https://www.navidrome.org/docs/getting-started/insights/> for details.";
|
||||
type = bool;
|
||||
};
|
||||
};
|
||||
};
|
||||
default = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue