Knot: Check for trusted, not just CI

This commit is contained in:
kat witch 2021-11-06 19:41:10 +00:00
parent a5f86c69ee
commit 486ba1f64c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -3,7 +3,7 @@
profiles.hardware.oracle.ubuntu profiles.hardware.oracle.ubuntu
profiles.network profiles.network
services.nginx services.nginx
] ++ optional (builtins.getEnv "CI_PLATFORM" == "TRUSTED") ../trusted/knot; ] ++ optional (builtins.getEnv "CI_PLATFORM" == "TRUSTED" && builtins.pathExists ../trusted/knot) ../trusted/knot;
kw.oci = { kw.oci = {
specs = { specs = {