diff options
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 1193723f..819c1ff6 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -148,6 +148,12 @@ in { | |||
148 | Environment = [ "XSECURELOCK_WANT_FIRST_KEYPRESS=1" ]; | 148 | Environment = [ "XSECURELOCK_WANT_FIRST_KEYPRESS=1" ]; |
149 | }; | 149 | }; |
150 | }; | 150 | }; |
151 | mpris-proxy = { | ||
152 | Unit.Description = "Mpris proxy"; | ||
153 | Unit.After = [ "network.target" "sound.target" ]; | ||
154 | Service.ExecStart = "${pkgs.bluez}/bin/mpris-proxy"; | ||
155 | Install.WantedBy = [ "default.target" ]; | ||
156 | }; | ||
151 | "autossh-socks@proxy.mathw0h:8119" = { | 157 | "autossh-socks@proxy.mathw0h:8119" = { |
152 | Service = { | 158 | Service = { |
153 | Type = "notify"; | 159 | Type = "notify"; |