summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index 8376d70a..bf05dcfa 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -93,6 +93,9 @@
93 }; 93 };
94 }; 94 };
95 95
96 systemd.services."mpdmix0" = pkgs.callPackage ./custom/trivmix-service { name = "mpdmix0"; connectOut = "system:playback_3"; };
97 systemd.services."mpdmix1" = pkgs.callPackage ./custom/trivmix-service { name = "mpdmix1"; connectOut = "system:playback_4"; };
98
96 services.mpd = { 99 services.mpd = {
97 enable = true; 100 enable = true;
98 musicDirectory = "/media/odin/music"; 101 musicDirectory = "/media/odin/music";