From 255550e00366b14cca90c5c466b77a2639a6a39f Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 7 Jun 2019 14:43:38 +0800 Subject: nixos/systemd: enable systemd-tmpfiles-setup and -clean for user sessions --- nixos/modules/system/boot/systemd.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index 18ee2ef1b8f5..933dea1c6b81 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -186,6 +186,9 @@ let "sockets.target" "sound.target" "systemd-exit.service" + "systemd-tmpfiles-clean.service" + "systemd-tmpfiles-clean.timer" + "systemd-tmpfiles-setup.service" "timers.target" ]; -- cgit v1.2.3