Unverified Commit 90916525 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/navidrome: set empty settings default

This will not affect the options, but allows to not configure settings at
all, if you don't need to. Unbreaks the NixOS test, which relies on this
behavior.

Fixes: #312757
parent 0d2c6642
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ in
          Address = "127.0.0.1";
          Port = 4533;
        };
        default = { };
        example = {
          MusicFolder = "/mnt/music";
        };