From 486ba1f64c36c7308d9cc2c8a0ab929729760a4b Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 6 Nov 2021 19:41:10 +0000 Subject: [PATCH] Knot: Check for trusted, not just CI --- config/hosts/rinnosuke.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/rinnosuke.nix b/config/hosts/rinnosuke.nix index f6501ec6..d0d748ae 100644 --- a/config/hosts/rinnosuke.nix +++ b/config/hosts/rinnosuke.nix @@ -3,7 +3,7 @@ profiles.hardware.oracle.ubuntu profiles.network services.nginx - ] ++ optional (builtins.getEnv "CI_PLATFORM" == "TRUSTED") ../trusted/knot; + ] ++ optional (builtins.getEnv "CI_PLATFORM" == "TRUSTED" && builtins.pathExists ../trusted/knot) ../trusted/knot; kw.oci = { specs = {