From ec6edce4cb36dbf10c8252222f82582d35fb2a90 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:37:59 +0400 Subject: [PATCH] enable mopidy --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 927d0c7c..ea313525 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -110,6 +110,7 @@ }; media = { mpd.enable = false; + mopidy.enable = true; ncmpcpp.enable = true; }; work = {