From bb08649f2e1111469f67cbc7c8938ebd7e810982 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Wed, 15 Oct 2025 10:24:21 +0100 Subject: [PATCH] nix: update modules to refer to .org Signed-off-by: oppiliappan --- nix/modules/knot.nix | 4 ++-- nix/modules/spindle.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/modules/knot.nix b/nix/modules/knot.nix index ff6463d1..dabbd396 100644 --- a/nix/modules/knot.nix +++ b/nix/modules/knot.nix @@ -22,7 +22,7 @@ in appviewEndpoint = mkOption { type = types.str; - default = "https://tangled.sh"; + default = "https://tangled.org"; description = "Appview endpoint"; }; @@ -107,7 +107,7 @@ in 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 index e3f37f48..bb43dd04 100644 --- a/nix/modules/spindle.nix +++ b/nix/modules/spindle.nix @@ -33,7 +33,7 @@ in hostname = mkOption { type = types.str; - example = "spindle.tangled.sh"; + example = "my.spindle.com"; description = "Hostname for the server (required)"; }; @@ -92,7 +92,7 @@ in 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"; }; -- 2.51.2