Skip to content

Commit 0214189

Browse files
avnikbrianmcgillion
authored andcommitted
Fix mismatched variable name
Signed-off-by: Alexander Nikolaev <[email protected]>
1 parent 4e60d0a commit 0214189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/microvm/sysvms/guivm.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ let
232232
}
233233
// lib.optionalAttrs config.ghaf.givc.enableTls {
234234
GIVC_CA_CERT = "/run/givc/ca-cert.pem";
235-
GIVC_CERT = "/run/givc/cert.pem";
236-
GIVC_KEY = "/run/givc/key.pem";
235+
GIVC_HOST_CERT = "/run/givc/cert.pem";
236+
GIVC_HOST_KEY = "/run/givc/key.pem";
237237
}
238238
);
239239
};

0 commit comments

Comments
 (0)