wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-22 15:15:58 +01:00
parent d4ac57d0a5
commit 5dd3f3195b

View file

@ -76,12 +76,10 @@
};
# 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";
};
systemd.user.services.mpris-proxy = {
description = "Mpris proxy";
after = [ "network.target" "sound.target" ];
wantedBy = [ "default.target" ];
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
};
}