diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -22,7 +22,7 @@ appviewEndpoint = mkOption { type = types.str; - default = "https://tangled.sh"; + default = "https://tangled.org"; description = "Appview endpoint"; }; @@ -107,7 +107,7 @@ hostname = mkOption { type = types.str; - example = "knot.tangled.sh"; + example = "my.knot.com"; description = "Hostname for the server (required)"; }; diff --git a/nix/modules/spindle.nix b/nix/modules/spindle.nix --- a/nix/modules/spindle.nix +++ b/nix/modules/spindle.nix @@ -33,7 +33,7 @@ hostname = mkOption { type = types.str; - example = "spindle.tangled.sh"; + example = "my.spindle.com"; description = "Hostname for the server (required)"; }; @@ -92,7 +92,7 @@ pipelines = { nixery = mkOption { type = types.str; - default = "nixery.tangled.sh"; + default = "nixery.tangled.sh"; # note: this is *not* on tangled.org yet description = "Nixery instance to use"; };