nixos/navidrome: remove apply from settings option
This commit is contained in:
parent
da8cdc2782
commit
ffc0d8bf58
1 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,6 @@ let
|
|||
mkEnableOption
|
||||
mkPackageOption
|
||||
mkOption
|
||||
recursiveUpdate
|
||||
;
|
||||
inherit (lib.types) bool str;
|
||||
cfg = config.services.navidrome;
|
||||
|
@ -24,9 +23,8 @@ in
|
|||
|
||||
package = mkPackageOption pkgs "navidrome" { };
|
||||
|
||||
settings = mkOption rec {
|
||||
settings = mkOption {
|
||||
type = settingsFormat.type;
|
||||
apply = recursiveUpdate default;
|
||||
default = {
|
||||
Address = "127.0.0.1";
|
||||
Port = 4533;
|
||||
|
|
Loading…
Reference in a new issue