diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 395476bf..0cb11ec8 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -272,5 +272,10 @@ | |||
272 | "--bind-address=10.141.1.1" | 272 | "--bind-address=10.141.1.1" |
273 | ]; | 273 | ]; |
274 | }; | 274 | }; |
275 | |||
276 | systemd.user.targets = { | ||
277 | basic.wants = ["systemd-tmpfiles-setup.service"]; | ||
278 | timers.wants = ["systemd-tmpfiles-clean.time"]; | ||
279 | }; | ||
275 | }; | 280 | }; |
276 | } | 281 | } |