This commit is contained in:
John Lancaster
2026-07-05 11:26:36 -05:00
parent 73f5df1832
commit fa29ce93f4
9 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
let
defaultCaUrl = "https://janus.john-stream.com/";
defaultFingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
defaultRoot = ../hosts/janus/root_ca.crt;
defaultRoot = ../hosts/janus/public/root_ca.crt;
mkStepBootstrap = { pkgs, caUrl, fingerprint, install ? false }:
(inputs.self.wrappers.stepBootstrap.apply {