diff options
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r-- | accounts/gkleen@sif/systemd.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix index 20f10cb1..e5d1681c 100644 --- a/accounts/gkleen@sif/systemd.nix +++ b/accounts/gkleen@sif/systemd.nix | |||
@@ -200,6 +200,11 @@ in { | |||
200 | StopWhenUnneeded = true; | 200 | StopWhenUnneeded = true; |
201 | }; | 201 | }; |
202 | }; | 202 | }; |
203 | swayidle = { | ||
204 | Service = { | ||
205 | RuntimeDirectory = "swayidle"; | ||
206 | }; | ||
207 | }; | ||
203 | } // listToAttrs (map ({host, port}: nameValuePair "proxy-to-autossh-socks@${toString port}" { | 208 | } // listToAttrs (map ({host, port}: nameValuePair "proxy-to-autossh-socks@${toString port}" { |
204 | Unit = { | 209 | Unit = { |
205 | Requires = ["autossh-socks@${host}:${toString (port + 1)}.service" "proxy-to-autossh-socks@${toString port}.socket"]; | 210 | Requires = ["autossh-socks@${host}:${toString (port + 1)}.service" "proxy-to-autossh-socks@${toString port}.socket"]; |