diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-19 10:59:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-19 10:59:10 +0200 |
commit | df69b2a47709c7c6d608e7e91f0130e431db00a5 (patch) | |
tree | c4ebc0337fb9d32352c32078c5490002953b655b /accounts/gkleen@sif/systemd.nix | |
parent | 62f748a78fa5cbc52bb3e1432082a1b2b8250f2a (diff) | |
download | nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.gz nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.bz2 nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.xz nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.zip |
...
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"; |