aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-05-24 14:01:36 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-05-24 14:01:36 +0200
commitfeae8ede491cced421c164816be162b6c52b8bed (patch)
tree914d02a6c48f736327e39c2d2206ec17ed8da873 /system
parenta74f2cdf080cb5fc4c0f0a7a14d3ccc8c2a96a35 (diff)
Changed music path for mpd to be absolute
Diffstat (limited to 'system')
-rw-r--r--system/services.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services.nix b/system/services.nix
index 383eda9..70d602a 100644
--- a/system/services.nix
+++ b/system/services.nix
@@ -16,7 +16,7 @@
# Setup MPD as the backend of RMPC
mpd = {
enable = true;
- musicDirectory = "~/Music";
+ musicDirectory = "/home/mun/Music";
extraConfig = ''
audio_output {
type "pipewire"