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