···22222323 appviewEndpoint = mkOption {2424 type = types.str;2525- default = "https://tangled.sh";2525+ default = "https://tangled.org";2626 description = "Appview endpoint";2727 };2828···107107108108 hostname = mkOption {109109 type = types.str;110110- example = "knot.tangled.sh";110110+ example = "my.knot.com";111111 description = "Hostname for the server (required)";112112 };113113
+2-2
nix/modules/spindle.nix
···33333434 hostname = mkOption {3535 type = types.str;3636- example = "spindle.tangled.sh";3636+ example = "my.spindle.com";3737 description = "Hostname for the server (required)";3838 };3939···9292 pipelines = {9393 nixery = mkOption {9494 type = types.str;9595- default = "nixery.tangled.sh";9595+ default = "nixery.tangled.sh"; # note: this is *not* on tangled.org yet9696 description = "Nixery instance to use";9797 };9898