Unverified Commit ffc0d8bf authored by nu-nu-ko's avatar nu-nu-ko Committed by nuko
Browse files

nixos/navidrome: remove apply from settings option

parent da8cdc27
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;