forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

nix: update modules to refer to .org

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li bb08649f 8345f455

verified
Changed files
+4 -4
nix
+2 -2
nix/modules/knot.nix
··· 22 22 23 23 appviewEndpoint = mkOption { 24 24 type = types.str; 25 - default = "https://tangled.sh"; 25 + default = "https://tangled.org"; 26 26 description = "Appview endpoint"; 27 27 }; 28 28 ··· 107 107 108 108 hostname = mkOption { 109 109 type = types.str; 110 - example = "knot.tangled.sh"; 110 + example = "my.knot.com"; 111 111 description = "Hostname for the server (required)"; 112 112 }; 113 113
+2 -2
nix/modules/spindle.nix
··· 33 33 34 34 hostname = mkOption { 35 35 type = types.str; 36 - example = "spindle.tangled.sh"; 36 + example = "my.spindle.com"; 37 37 description = "Hostname for the server (required)"; 38 38 }; 39 39 ··· 92 92 pipelines = { 93 93 nixery = mkOption { 94 94 type = types.str; 95 - default = "nixery.tangled.sh"; 95 + default = "nixery.tangled.sh"; # note: this is *not* on tangled.org yet 96 96 description = "Nixery instance to use"; 97 97 }; 98 98