From d8b04b2ffbe27422a4759539c8a388068e4585a0 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sat, 22 Nov 2025 15:17:10 +0100 Subject: [PATCH] wip: dnsc-machine setup --- home/linux.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/home/linux.nix b/home/linux.nix index f05ef23..362404e 100644 --- a/home/linux.nix +++ b/home/linux.nix @@ -75,11 +75,6 @@ }; }; - # Systemd Services - systemd.user.services.mpris-proxy = { - description = "Mpris proxy"; - after = [ "network.target" "sound.target" ]; - wantedBy = [ "default.target" ]; - serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy"; - }; + # Services + services.mpris-proxy.enable = true; }