summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-06-14 22:43:15 +0200
committerGitHub <noreply@github.com>2019-06-14 22:43:15 +0200
commite0818a15305561ea1ebe36203d914465fd71453d (patch)
treecf9bf175bf1b04ea26f752b0922716e5262c9c09 /nixos
parent0a7e97071e945a88c60cdabc328e0d51a953190a (diff)
parent255550e00366b14cca90c5c466b77a2639a6a39f (diff)
downloadnixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.tar
nixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.tar.gz
nixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.tar.bz2
nixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.tar.lz
nixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.tar.xz
nixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.tar.zst
nixpkgs-e0818a15305561ea1ebe36203d914465fd71453d.zip
nixos/systemd: enable systemd-tmpfiles-setup and -clean for user sessions (#62813)
nixos/systemd: enable systemd-tmpfiles-setup and -clean for user sessions
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 18ee2ef1b8f..933dea1c6b8 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"
     ];