summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-13 21:30:16 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-13 21:30:16 +0100
commit40b58a6084d00592dfa9c76ace349b9d7d5e04fa (patch)
treec6897d3191ebef5fae7d8c10da92e02ab6b9849d /hosts
parentd75d0895fa329a265a296e37390e4fba8a312d7d (diff)
downloadnixos-40b58a6084d00592dfa9c76ace349b9d7d5e04fa.tar
nixos-40b58a6084d00592dfa9c76ace349b9d7d5e04fa.tar.gz
nixos-40b58a6084d00592dfa9c76ace349b9d7d5e04fa.tar.bz2
nixos-40b58a6084d00592dfa9c76ace349b9d7d5e04fa.tar.xz
nixos-40b58a6084d00592dfa9c76ace349b9d7d5e04fa.zip
vidhar: user systemd-tmpfiles
Diffstat (limited to 'hosts')
-rw-r--r--hosts/vidhar/default.nix5
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}