nixos/tests/knot: log systemd unit hardening info

This commit is contained in:
Martin Weinelt
2021-12-04 16:53:31 +01:00
parent 67f102d8d8
commit 893f7af236
+2
View File
@@ -206,5 +206,7 @@ in {
test(host, "RRSIG", "www.example.com", r"RR set signature is")
test(host, "DNSKEY", "example.com", r"DNSSEC key is")
master.log(master.succeed("systemd-analyze security knot.service | grep -v ''"))
'';
})