nixos/systemd: enable systemd-tmpfiles-setup and -clean for user sessions (#62813)

nixos/systemd: enable systemd-tmpfiles-setup and -clean for user sessions
This commit is contained in:
Florian Klink
2019-06-14 22:43:15 +02:00
committed by GitHub

View File

@@ -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"
];