wip: dnsc-machine setup
This commit is contained in:
parent
5dd3f3195b
commit
d8b04b2ffb
1 changed files with 2 additions and 7 deletions
|
|
@ -75,11 +75,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Systemd Services
|
# Services
|
||||||
systemd.user.services.mpris-proxy = {
|
services.mpris-proxy.enable = true;
|
||||||
description = "Mpris proxy";
|
|
||||||
after = [ "network.target" "sound.target" ];
|
|
||||||
wantedBy = [ "default.target" ];
|
|
||||||
serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue