summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-01-17 14:39:44 +0100
committerGitHub <noreply@github.com>2023-01-17 14:39:44 +0100
commit24b4189619a99bbf3e55529f0f32ca844e44f5a2 (patch)
treeb8c14815112940c27f371ca363d7a6b09b9cb9a9 /nixos/tests/all-tests.nix
parent11d29ac93d2aaad2db456ddc8ab02443c7d755ee (diff)
parent34ad8447c3d8bc4609289ce0d7686491d2a54c38 (diff)
downloadnixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.tar
nixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.tar.gz
nixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.tar.bz2
nixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.tar.lz
nixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.tar.xz
nixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.tar.zst
nixpkgs-24b4189619a99bbf3e55529f0f32ca844e44f5a2.zip
Merge pull request #207468 from schnusch/systemd-user-tmpfiles-rules
nixos: systemd: add systemd.user.tmpfiles.rules, systemd.user.tmpfiles.users.<name>.rules
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index d61c40ad845..9bf85cd0b97 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -658,6 +658,7 @@ in {
   systemd-portabled = handleTest ./systemd-portabled.nix {};
   systemd-shutdown = handleTest ./systemd-shutdown.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
+  systemd-user-tmpfiles-rules = handleTest ./systemd-user-tmpfiles-rules.nix {};
   systemd-misc = handleTest ./systemd-misc.nix {};
   systemd-userdbd = handleTest ./systemd-userdbd.nix {};
   systemd-homed = handleTest ./systemd-homed.nix {};