From 10dab29e82c78c396984b1d4a331679702bb0895 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 19 Jul 2021 14:21:55 -0700 Subject: [PATCH] Try enabling the trustix service in the subscriber? This still doesn't work yet. --- checks/one-publisher.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/checks/one-publisher.nix b/checks/one-publisher.nix index 8fe584e..c24d3a9 100644 --- a/checks/one-publisher.nix +++ b/checks/one-publisher.nix @@ -67,6 +67,7 @@ let binaryCachePublicKeys = lib.mkForce [ "clint://@binaryCachePubKey@" ]; }; services.trustix = { + enable = true; # Fails with and without: https://github.com/tweak/trustix/issue/24 subscribers = [{ protocol = "nix"; publicKey = { -- 2.44.1