From bde0dc3f07344b573797411bb2034eab1517e9ae Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sun, 7 Dec 2025 22:20:26 +0000 Subject: [PATCH] nixos/jellyfin: tests: Log `systemd-analyze` output --- nixos/tests/jellyfin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/jellyfin.nix b/nixos/tests/jellyfin.nix index e8fb233bccd5..1e648830f079 100644 --- a/nixos/tests/jellyfin.nix +++ b/nixos/tests/jellyfin.nix @@ -154,5 +154,7 @@ if duration.strip() != "5.000000": raise Exception("Downloaded video has wrong duration") + + machine.log(machine.succeed("systemd-analyze security jellyfin.service | grep -v '✓'")) ''; }