about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-21 21:22:19 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-21 21:23:35 +0200
commit90916525a65e072d8e0f2db33f316827309ebcb0 (patch)
tree3977b2543aa0f0a7aab297cbe28756f9a512bc4c /nixos/modules
parent0d2c66423820f17a0e3dcc6b8331b4b4e0efbd61 (diff)
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
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/audio/navidrome.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/audio/navidrome.nix b/nixos/modules/services/audio/navidrome.nix
index ca1cd6ca43af0..623a172e4f9b1 100644
--- a/nixos/modules/services/audio/navidrome.nix
+++ b/nixos/modules/services/audio/navidrome.nix
@@ -25,6 +25,7 @@ in
           Address = "127.0.0.1";
           Port = 4533;
         };
+        default = { };
         example = {
           MusicFolder = "/mnt/music";
         };