about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixfiles/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/mpd.nix b/modules/nixfiles/mpd.nix
index b2962ab..cc542fe 100644
--- a/modules/nixfiles/mpd.nix
+++ b/modules/nixfiles/mpd.nix
@@ -16,7 +16,7 @@ in {
 
       services.mpd = {
         enable = true;
-
+        musicDirectory = "${config.my.home}/music";
         extraConfig = ''
           restore_paused "yes"
 

Consider giving Nix/NixOS a try! <3