From e78601c626c77a3d65aa05b58dc041a5cc7dd206 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 25 Jul 2024 17:40:25 +0200 Subject: [PATCH] changed path to 2nd hdd --- features/slskd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/slskd.nix b/features/slskd.nix index d7181dd..50ab9d9 100644 --- a/features/slskd.nix +++ b/features/slskd.nix @@ -8,7 +8,7 @@ in options = { slskd.directory = mkOption { type = types.str; - default = "/srv/Multimedia/Music"; + default = "/srv/media/Music"; }; }; config = {